#775CD8

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

Shades of Slate Blue #775CD8

Tints of Slate Blue #775CD8

Color information

#775CD8 (or 0x775CD8) is unknown color: approx Slate Blue. HEX triplet: 77, 5C and D8. RGB value is (119,92,216). Sum of RGB (Red+Green+Blue) = 119+92+216=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 216 (84.77% from 255 or 50.59% from 427); Max value from RGB is 216 - color contains mainly: blue. Hex color #775CD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775CD8 is #88A327. Grayscale: #717171. Windows color (decimal): -8954664 or 14179447. OLE color: 14179447.

HSL color Cylindrical-coordinate representation of color #775CD8: hue angle of 253.06º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #775CD8 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11992216-
CMYK0.450.5700.15
HSL253.06º61.39%60.39%-
HSV(B)253.06º57.41%84.71%-
XYZ23.8316.5366.9-
YUV114.21185.45131.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.87%
GREEN value IS 92 (36.33% from 255) = 21.55%
BLUE value IS 216 (84.77% from 255) = 50.59%
R=27.87%
G=21.55%
B=50.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal119922160.450.5700.15253.0661.3960.39
Hex775CD82D390Ffd3d3c
Octal16713433055710173757574
Binary11101111011100110110001011011110010111111111101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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