#7755CD

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

Shades of Slate Blue #7755CD

Tints of Slate Blue #7755CD

Color information

#7755CD (or 0x7755CD) is unknown color: approx Slate Blue. HEX triplet: 77, 55 and CD. RGB value is (119,85,205). Sum of RGB (Red+Green+Blue) = 119+85+205=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #7755CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7755CD is #88AA32. Grayscale: #6C6C6C. Windows color (decimal): -8956467 or 13456759. OLE color: 13456759.

HSL color Cylindrical-coordinate representation of color #7755CD: hue angle of 257º 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 #7755CD is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11985205-
CMYK0.420.5900.20
HSL257º54.55%56.86%-
HSV(B)257º58.54%80.39%-
XYZ21.8814.8359.47-
YUV108.85182.26135.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.10%
GREEN value IS 85 (33.59% from 255) = 20.78%
BLUE value IS 205 (80.47% from 255) = 50.12%
R=29.10%
G=20.78%
B=50.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal119852050.420.5900.2025754.5556.86
Hex7755CD2A3B0141013739
Octal16712531552730244016771
Binary1110111101010111001101101010111011010100100000001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7755CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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