#76839B

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

Shades of Light Slate Grey #76839B

Tints of Light Slate Grey #76839B

Color information

#76839B (or 0x76839B) is unknown color: approx Light Slate Grey. HEX triplet: 76, 83 and 9B. RGB value is (118,131,155). Sum of RGB (Red+Green+Blue) = 118+131+155=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 155 - color contains mainly: blue. Hex color #76839B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76839B is #897C64. Grayscale: #818181. Windows color (decimal): -9010277 or 10191734. OLE color: 10191734.

HSL color Cylindrical-coordinate representation of color #76839B: hue angle of 218.92º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #76839B is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118131155-
CMYK0.240.1500.39
HSL218.92º15.61%53.53%-
HSV(B)218.92º23.87%60.78%-
XYZ21.522.4534.21-
YUV129.85142.19119.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.21%
GREEN value IS 131 (51.56% from 255) = 32.43%
BLUE value IS 155 (60.94% from 255) = 38.37%
R=29.21%
G=32.43%
B=38.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181311550.240.1500.39218.9215.6153.53
Hex76839B18F027db1036
Octal16620323330170473332066
Binary1110110100000111001101111000111101001111101101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76839B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76839B; }

 p { color: rgb(118,131,155); }

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

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

 a { background-color: rgb(118,131,155); }

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

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

 span { border-color: rgb(118,131,155); }

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