#775CD4

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

Shades of Slate Blue #775CD4

Tints of Slate Blue #775CD4

Color information

#775CD4 (or 0x775CD4) is unknown color: approx Slate Blue. HEX triplet: 77, 5C and D4. RGB value is (119,92,212). Sum of RGB (Red+Green+Blue) = 119+92+212=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 212 (83.20% from 255 or 50.12% from 423); Max value from RGB is 212 - color contains mainly: blue. Hex color #775CD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775CD4 is #88A32B. Grayscale: #717171. Windows color (decimal): -8954668 or 13917303. OLE color: 13917303.

HSL color Cylindrical-coordinate representation of color #775CD4: hue angle of 253.5º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #775CD4 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11992212-
CMYK0.440.5700.17
HSL253.5º58.25%59.61%-
HSV(B)253.5º56.6%83.14%-
XYZ23.3216.3364.21-
YUV113.75183.45131.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.13%
GREEN value IS 92 (36.33% from 255) = 21.75%
BLUE value IS 212 (83.20% from 255) = 50.12%
R=28.13%
G=21.75%
B=50.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal119922120.440.5700.17253.558.2559.61
Hex775CD42C39011fe3a3c
Octal16713432454710213767274
Binary111011110111001101010010110011100101000111111110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775CD4; }

 p { color: rgb(119,92,212); }

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

<style>
 a { background-color: #775CD4; }

 a { background-color: rgb(119,92,212); }

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

<style>
 span { border-color: #775CD4; }

 span { border-color: rgb(119,92,212); }

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