#755CDE

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

Shades of Slate Blue #755CDE

Tints of Slate Blue #755CDE

Color information

#755CDE (or 0x755CDE) is unknown color: approx Slate Blue. HEX triplet: 75, 5C and DE. RGB value is (117,92,222). Sum of RGB (Red+Green+Blue) = 117+92+222=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #755CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755CDE is #8AA321. Grayscale: #717171. Windows color (decimal): -9085730 or 14572661. OLE color: 14572661.

HSL color Cylindrical-coordinate representation of color #755CDE: hue angle of 251.54º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #755CDE is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11792222-
CMYK0.470.5900.13
HSL251.54º66.33%61.57%-
HSV(B)251.54º58.56%87.06%-
XYZ24.3516.7171.05-
YUV114.29188.78129.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.15%
GREEN value IS 92 (36.33% from 255) = 21.35%
BLUE value IS 222 (87.11% from 255) = 51.51%
R=27.15%
G=21.35%
B=51.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal117922220.470.5900.13251.5466.3361.57
Hex755CDE2F3B0Dfc423e
Octal165134336577301537410276
Binary111010110111001101111010111111101101101111111001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755CDE; }

 p { color: rgb(117,92,222); }

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

<style>
 a { background-color: #755CDE; }

 a { background-color: rgb(117,92,222); }

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

<style>
 span { border-color: #755CDE; }

 span { border-color: rgb(117,92,222); }

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