#768AA2

Color #768AA2 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #768AA2

Tints of Light Slate Grey #768AA2

Color information

#768AA2 (or 0x768AA2) is unknown color: approx Light Slate Grey. HEX triplet: 76, 8A and A2. RGB value is (118,138,162). Sum of RGB (Red+Green+Blue) = 118+138+162=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 162 - color contains mainly: blue. Hex color #768AA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768AA2 is #89755D. Grayscale: #868686. Windows color (decimal): -9008478 or 10652278. OLE color: 10652278.

HSL color Cylindrical-coordinate representation of color #768AA2: hue angle of 212.73º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #768AA2 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB118138162-
CMYK0.270.1500.36
HSL212.73º19.13%54.9%-
HSV(B)212.73º27.16%63.53%-
XYZ23.0824.6437.72-
YUV134.76143.37116.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.23%
GREEN value IS 138 (54.30% from 255) = 33.01%
BLUE value IS 162 (63.67% from 255) = 38.76%
R=28.23%
G=33.01%
B=38.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1181381620.270.1500.36212.7319.1354.9
Hex768AA21BF024d51337
Octal16621224233170443252367
Binary1110110100010101010001011011111101001001101010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768AA2; }

 p { color: rgb(118,138,162); }

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

<style>
 a { background-color: #768AA2; }

 a { background-color: rgb(118,138,162); }

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

<style>
 span { border-color: #768AA2; }

 span { border-color: rgb(118,138,162); }

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