#754DE0

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

Shades of Slate Blue #754DE0

Tints of Slate Blue #754DE0

Color information

#754DE0 (or 0x754DE0) is unknown color: approx Slate Blue. HEX triplet: 75, 4D and E0. RGB value is (117,77,224). Sum of RGB (Red+Green+Blue) = 117+77+224=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #754DE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754DE0 is #8AB21F. Grayscale: #696969. Windows color (decimal): -9089568 or 14699893. OLE color: 14699893.

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

Color convert

RGB11777224-
CMYK0.480.6600.12
HSL256.33º70.33%59.02%-
HSV(B)256.33º65.62%87.84%-
XYZ23.4414.4772.08-
YUV105.72194.75136.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.99%
GREEN value IS 77 (30.47% from 255) = 18.42%
BLUE value IS 224 (87.89% from 255) = 53.59%
R=27.99%
G=18.42%
B=53.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal117772240.480.6600.12256.3370.3359.02
Hex754DE030420C100463b
Octal1651153406010201440010673
Binary11101011001101111000001100001000010011001000000001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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