#76849B

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

Shades of Light Slate Grey #76849B

Tints of Light Slate Grey #76849B

Color information

#76849B (or 0x76849B) is unknown color: approx Light Slate Grey. HEX triplet: 76, 84 and 9B. RGB value is (118,132,155). Sum of RGB (Red+Green+Blue) = 118+132+155=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 155 - color contains mainly: blue. Hex color #76849B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76849B is #897B64. Grayscale: #828282. Windows color (decimal): -9010021 or 10191990. OLE color: 10191990.

HSL color Cylindrical-coordinate representation of color #76849B: hue angle of 217.3º 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 #76849B is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118132155-
CMYK0.240.1500.39
HSL217.3º15.61%53.53%-
HSV(B)217.3º23.87%60.78%-
XYZ21.6422.7234.26-
YUV130.44141.86119.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.14%
GREEN value IS 132 (51.95% from 255) = 32.59%
BLUE value IS 155 (60.94% from 255) = 38.27%
R=29.14%
G=32.59%
B=38.27%

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
Decimal1181321550.240.1500.39217.315.6153.53
Hex76849B18F027d91036
Octal16620423330170473312066
Binary1110110100001001001101111000111101001111101100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76849B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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