#768699

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

Shades of Light Slate Grey #768699

Tints of Light Slate Grey #768699

Color information

#768699 (or 0x768699) is unknown color: approx Light Slate Grey. HEX triplet: 76, 86 and 99. RGB value is (118,134,153). Sum of RGB (Red+Green+Blue) = 118+134+153=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 153 - color contains mainly: blue. Hex color #768699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768699 is #897966. Grayscale: #838383. Windows color (decimal): -9009511 or 10061430. OLE color: 10061430.

HSL color Cylindrical-coordinate representation of color #768699: hue angle of 212.57º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #768699 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB118134153-
CMYK0.230.1200.4
HSL212.57º14.64%53.14%-
HSV(B)212.57º22.88%60%-
XYZ21.7523.233.47-
YUV131.38140.2118.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.14%
GREEN value IS 134 (52.73% from 255) = 33.09%
BLUE value IS 153 (60.16% from 255) = 37.78%
R=29.14%
G=33.09%
B=37.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1181341530.230.1200.4212.5714.6453.14
Hex76869917C028d5f35
Octal16620623127140503251765
Binary111011010000110100110011011111000101000110101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768699; }

 p { color: rgb(118,134,153); }

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

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

 a { background-color: rgb(118,134,153); }

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

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

 span { border-color: rgb(118,134,153); }

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