#7767D8

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

Shades of Slate Blue #7767D8

Tints of Slate Blue #7767D8

Color information

#7767D8 (or 0x7767D8) is unknown color: approx Slate Blue. HEX triplet: 77, 67 and D8. RGB value is (119,103,216). Sum of RGB (Red+Green+Blue) = 119+103+216=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 216 - color contains mainly: blue. Hex color #7767D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7767D8 is #889827. Grayscale: #787878. Windows color (decimal): -8951848 or 14182263. OLE color: 14182263.

HSL color Cylindrical-coordinate representation of color #7767D8: hue angle of 248.5º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7767D8 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB119103216-
CMYK0.450.5200.15
HSL248.5º59.16%62.55%-
HSV(B)248.5º52.31%84.71%-
XYZ24.8518.5867.24-
YUV120.67181.8126.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.17%
GREEN value IS 103 (40.62% from 255) = 23.52%
BLUE value IS 216 (84.77% from 255) = 49.32%
R=27.17%
G=23.52%
B=49.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1191032160.450.5200.15248.559.1662.55
Hex7767D82D340Ff83b3f
Octal16714733055640173707377
Binary11101111100111110110001011011101000111111111000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7767D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7767D8; }

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

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

<style>
 a { background-color: #7767D8; }

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

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

<style>
 span { border-color: #7767D8; }

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

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