#768B9E

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

Shades of Light Slate Grey #768B9E

Tints of Light Slate Grey #768B9E

Color information

#768B9E (or 0x768B9E) is unknown color: approx Light Slate Grey. HEX triplet: 76, 8B and 9E. RGB value is (118,139,158). Sum of RGB (Red+Green+Blue) = 118+139+158=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 158 - color contains mainly: blue. Hex color #768B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768B9E is #897461. Grayscale: #868686. Windows color (decimal): -9008226 or 10390390. OLE color: 10390390.

HSL color Cylindrical-coordinate representation of color #768B9E: hue angle of 208.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #768B9E is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB118139158-
CMYK0.250.1200.38
HSL208.5º17.09%54.12%-
HSV(B)208.5º25.32%61.96%-
XYZ22.8824.7935.93-
YUV134.89141.04115.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.43%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=28.43%
G=33.49%
B=38.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181391580.250.1200.38208.517.0954.12
Hex768B9E19C026d01136
Octal16621323631140463202166
Binary1110110100010111001111011001110001001101101000010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,139,158); }

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

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

 a { background-color: rgb(118,139,158); }

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

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

 span { border-color: rgb(118,139,158); }

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