#7555CD

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

Shades of Slate Blue #7555CD

Tints of Slate Blue #7555CD

Color information

#7555CD (or 0x7555CD) is unknown color: approx Slate Blue. HEX triplet: 75, 55 and CD. RGB value is (117,85,205). Sum of RGB (Red+Green+Blue) = 117+85+205=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #7555CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7555CD is #8AAA32. Grayscale: #6B6B6B. Windows color (decimal): -9087539 or 13456757. OLE color: 13456757.

HSL color Cylindrical-coordinate representation of color #7555CD: hue angle of 256º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7555CD is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11785205-
CMYK0.430.5900.20
HSL256º54.55%56.86%-
HSV(B)256º58.54%80.39%-
XYZ21.614.6959.45-
YUV108.25182.6134.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.75%
GREEN value IS 85 (33.59% from 255) = 20.88%
BLUE value IS 205 (80.47% from 255) = 50.37%
R=28.75%
G=20.88%
B=50.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal117852050.430.5900.2025654.5556.86
Hex7555CD2B3B0141003739
Octal16512531553730244006771
Binary1110101101010111001101101011111011010100100000000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7555CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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