#768198

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

Shades of Light Slate Grey #768198

Tints of Light Slate Grey #768198

Color information

#768198 (or 0x768198) is unknown color: approx Light Slate Grey. HEX triplet: 76, 81 and 98. RGB value is (118,129,152). Sum of RGB (Red+Green+Blue) = 118+129+152=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 152 - color contains mainly: blue. Hex color #768198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768198 is #897E67. Grayscale: #808080. Windows color (decimal): -9010792 or 9994614. OLE color: 9994614.

HSL color Cylindrical-coordinate representation of color #768198: hue angle of 220.59º 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 #768198 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB118129152-
CMYK0.220.1500.40
HSL220.59º14.17%52.94%-
HSV(B)220.59º22.37%59.61%-
XYZ20.9921.8232.81-
YUV128.33141.36120.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.57%
GREEN value IS 129 (50.78% from 255) = 32.33%
BLUE value IS 152 (59.77% from 255) = 38.10%
R=29.57%
G=32.33%
B=38.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181291520.220.1500.40220.5914.1752.94
Hex76819816F028dde35
Octal16620123026170503351665
Binary111011010000001100110001011011110101000110111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768198; }

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

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

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

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

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

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

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

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