#768598

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

Shades of Light Slate Grey #768598

Tints of Light Slate Grey #768598

Color information

#768598 (or 0x768598) is unknown color: approx Light Slate Grey. HEX triplet: 76, 85 and 98. RGB value is (118,133,152). Sum of RGB (Red+Green+Blue) = 118+133+152=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 152 - color contains mainly: blue. Hex color #768598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768598 is #897A67. Grayscale: #828282. Windows color (decimal): -9009768 or 9995638. OLE color: 9995638.

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

Color convert

RGB118133152-
CMYK0.220.1300.40
HSL213.53º14.17%52.94%-
HSV(B)213.53º22.37%59.61%-
XYZ21.5322.8932.99-
YUV130.68140.03118.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.28%
GREEN value IS 133 (52.34% from 255) = 33.00%
BLUE value IS 152 (59.77% from 255) = 37.72%
R=29.28%
G=33.00%
B=37.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181331520.220.1300.40213.5314.1752.94
Hex76859816D028d6e35
Octal16620523026150503261665
Binary111011010000101100110001011011010101000110101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768598; }

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

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

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

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

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

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

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

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