#7757DE

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

Shades of Slate Blue #7757DE

Tints of Slate Blue #7757DE

Color information

#7757DE (or 0x7757DE) is unknown color: approx Slate Blue. HEX triplet: 77, 57 and DE. RGB value is (119,87,222). Sum of RGB (Red+Green+Blue) = 119+87+222=428 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.80% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #7757DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7757DE is #88A821. Grayscale: #6F6F6F. Windows color (decimal): -8955938 or 14571383. OLE color: 14571383.

HSL color Cylindrical-coordinate representation of color #7757DE: hue angle of 254.22º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7757DE is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11987222-
CMYK0.460.6100.13
HSL254.22º67.16%60.59%-
HSV(B)254.22º60.81%87.06%-
XYZ24.216.0170.92-
YUV111.96190.1133.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.80%
GREEN value IS 87 (34.38% from 255) = 20.33%
BLUE value IS 222 (87.11% from 255) = 51.87%
R=27.80%
G=20.33%
B=51.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal119872220.460.6100.13254.2267.1660.59
Hex7757DE2E3D0Dfe433d
Octal167127336567501537610375
Binary111011110101111101111010111011110101101111111101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7757DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7757DE; }

 p { color: rgb(119,87,222); }

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

<style>
 a { background-color: #7757DE; }

 a { background-color: rgb(119,87,222); }

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

<style>
 span { border-color: #7757DE; }

 span { border-color: rgb(119,87,222); }

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