#754be0

Color #754BE0 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #754BE0

Tints of Slate Blue #754BE0

Color information

#754BE0 (or 0x754BE0) is unknown color: approx Slate Blue. HEX triplet: 75, 4B and E0. RGB value is (117,75,224). Sum of RGB (Red+Green+Blue) = 117+75+224=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #754BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754BE0 is #8AB41F. Grayscale: #676767. Windows color (decimal): -9090080 or 14699381. OLE color: 14699381.

HSL color Cylindrical-coordinate representation of color #754BE0: hue angle of 256.91º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #754BE0 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11775224-
CMYK0.480.6700.12
HSL256.91º70.62%58.63%-
HSV(B)256.91º66.52%87.84%-
XYZ23.3114.272.03-
YUV104.54195.41136.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 28.12%
GREEN value IS 75 (29.69% from 255) = 18.03%
BLUE value IS 224 (87.89% from 255) = 53.85%
R=28.12%
G=18.03%
B=53.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal117752240.480.6700.12256.9170.6258.63
Hex754BE030430C101473b
Octal1651133406010301440110773
Binary11101011001011111000001100001000011011001000000011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754be0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754be0; }

 p { color: rgb(117,75,224); }

 H1.HeaderClassName
 {
   color: #754be0;
 }
 .AnyTagClassName
 {
   color: #754be0;
 }
</style>
background-color css

<style>
 a { background-color: #754be0; }

 a { background-color: rgb(117,75,224); }

 div.DivClassName
 {
   background-color: #754be0;
 }
 .BgClassName
 {
   background-color: #754be0;
 }
</style>
border-color css

<style>
 span { border-color: #754be0; }

 span { border-color: rgb(117,75,224); }

 td.TdClassName
 {
   border-color: #754be0;
 }
 .TagClassName
 {
   border-color: #754be0;
 }
</style>