#768098

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

Shades of Light Slate Grey #768098

Tints of Light Slate Grey #768098

Color information

#768098 (or 0x768098) is unknown color: approx Light Slate Grey. HEX triplet: 76, 80 and 98. RGB value is (118,128,152). Sum of RGB (Red+Green+Blue) = 118+128+152=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 152 - color contains mainly: blue. Hex color #768098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768098 is #897F67. Grayscale: #7F7F7F. Windows color (decimal): -9011048 or 9994358. OLE color: 9994358.

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

Color convert

RGB118128152-
CMYK0.220.1600.40
HSL222.35º14.17%52.94%-
HSV(B)222.35º22.37%59.61%-
XYZ20.8621.5632.77-
YUV127.75141.69121.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.65%
GREEN value IS 128 (50.39% from 255) = 32.16%
BLUE value IS 152 (59.77% from 255) = 38.19%
R=29.65%
G=32.16%
B=38.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181281520.220.1600.40222.3514.1752.94
Hex7680981610028dee35
Octal16620023026200503361665
Binary1110110100000001001100010110100000101000110111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768098; }

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

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

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

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

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

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

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

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