#7755cc

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

Shades of Slate Blue #7755CC

Tints of Slate Blue #7755CC

Color information

#7755CC (or 0x7755CC) is unknown color: approx Slate Blue. HEX triplet: 77, 55 and CC. RGB value is (119,85,204). Sum of RGB (Red+Green+Blue) = 119+85+204=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #7755CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7755CC is #88AA33. Grayscale: #6C6C6C. Windows color (decimal): -8956468 or 13391223. OLE color: 13391223.

HSL color Cylindrical-coordinate representation of color #7755CC: hue angle of 257.14º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7755CC is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11985204-
CMYK0.420.5800.2
HSL257.14º53.85%56.67%-
HSV(B)257.14º58.33%80%-
XYZ21.7614.7858.83-
YUV108.73181.76135.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.17%
GREEN value IS 85 (33.59% from 255) = 20.83%
BLUE value IS 204 (80.08% from 255) = 50%
R=29.17%
G=20.83%
B=50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal119852040.420.5800.2257.1453.8556.67
Hex7755CC2A3A0141013639
Octal16712531452720244016671
Binary1110111101010111001100101010111010010100100000001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7755cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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