#768898

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

Shades of Light Slate Grey #768898

Tints of Light Slate Grey #768898

Color information

#768898 (or 0x768898) is unknown color: approx Light Slate Grey. HEX triplet: 76, 88 and 98. RGB value is (118,136,152). Sum of RGB (Red+Green+Blue) = 118+136+152=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 152 - color contains mainly: blue. Hex color #768898 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768898 is #897767. Grayscale: #848484. Windows color (decimal): -9009000 or 9996406. OLE color: 9996406.

HSL color Cylindrical-coordinate representation of color #768898: hue angle of 208.24º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #768898 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB118136152-
CMYK0.220.1100.40
HSL208.24º14.17%52.94%-
HSV(B)208.24º22.37%59.61%-
XYZ21.9423.7333.13-
YUV132.44139.04117.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.06%
GREEN value IS 136 (53.52% from 255) = 33.50%
BLUE value IS 152 (59.77% from 255) = 37.44%
R=29.06%
G=33.50%
B=37.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181361520.220.1100.40208.2414.1752.94
Hex76889816B028d0e35
Octal16621023026130503201665
Binary111011010001000100110001011010110101000110100001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768898; }

 p { color: rgb(118,136,152); }

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

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

 a { background-color: rgb(118,136,152); }

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

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

 span { border-color: rgb(118,136,152); }

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