#7555CB

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

Shades of Slate Blue #7555CB

Tints of Slate Blue #7555CB

Color information

#7555CB (or 0x7555CB) is unknown color: approx Slate Blue. HEX triplet: 75, 55 and CB. RGB value is (117,85,203). Sum of RGB (Red+Green+Blue) = 117+85+203=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #7555CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7555CB is #8AAA34. Grayscale: #6B6B6B. Windows color (decimal): -9087541 or 13325685. OLE color: 13325685.

HSL color Cylindrical-coordinate representation of color #7555CB: hue angle of 256.27º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7555CB is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11785203-
CMYK0.420.5800.20
HSL256.27º53.15%56.47%-
HSV(B)256.27º58.13%79.61%-
XYZ21.3614.5958.19-
YUV108.02181.6134.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.89%
GREEN value IS 85 (33.59% from 255) = 20.99%
BLUE value IS 203 (79.69% from 255) = 50.12%
R=28.89%
G=20.99%
B=50.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal117852030.420.5800.20256.2753.1556.47
Hex7555CB2A3A0141003538
Octal16512531352720244006570
Binary1110101101010111001011101010111010010100100000000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7555CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7555CB; }

 p { color: rgb(117,85,203); }

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

<style>
 a { background-color: #7555CB; }

 a { background-color: rgb(117,85,203); }

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

<style>
 span { border-color: #7555CB; }

 span { border-color: rgb(117,85,203); }

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