#768295

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

Shades of Light Slate Grey #768295

Tints of Light Slate Grey #768295

Color information

#768295 (or 0x768295) is unknown color: approx Light Slate Grey. HEX triplet: 76, 82 and 95. RGB value is (118,130,149). Sum of RGB (Red+Green+Blue) = 118+130+149=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 149 - color contains mainly: blue. Hex color #768295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768295 is #897D6A. Grayscale: #808080. Windows color (decimal): -9010539 or 9798262. OLE color: 9798262.

HSL color Cylindrical-coordinate representation of color #768295: hue angle of 216.77º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #768295 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB118130149-
CMYK0.210.1300.42
HSL216.77º12.76%52.35%-
HSV(B)216.77º20.81%58.43%-
XYZ20.8821.9931.58-
YUV128.58139.52120.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.72%
GREEN value IS 130 (51.17% from 255) = 32.75%
BLUE value IS 149 (58.59% from 255) = 37.53%
R=29.72%
G=32.75%
B=37.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181301490.210.1300.42216.7712.7652.35
Hex76829515D02Ad9d34
Octal16620222525150523311564
Binary111011010000010100101011010111010101010110110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768295; }

 p { color: rgb(118,130,149); }

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

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

 a { background-color: rgb(118,130,149); }

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

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

 span { border-color: rgb(118,130,149); }

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