Html Css Color HEX #76849B Light Slate Grey

📋 copy color: '#76849B'

red 118 ◦ green 132 ◦ blue 155

#76849B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Grey #76849B

Tints of Light Slate Grey #76849B

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 value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76849B (or 0x76849B) is known color: 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

RGB 118 132 155 -
CMYK 0.24 0.15 0 0.39
HSL 217.3º 0.16% 0.54% -
HSV(B) 217.3º 0.24% 0.61% -
XYZ 21.64 22.72 34.26 -
YUV 130.44 141.86 119.13 -
System Red Green Blue C M Y K H S L
Decimal 118 132 155 0.24 0.15 0 0.39 217.3 0.16 0.54
Hex 76 84 9B 18 F 0 27 D9 10 36
Octal 166 204 233 30 17 0 47 331 20 66
Binary 1110110 10000100 10011011 11000 1111 0 100111 11011001 10000 110110

Color Harmonies of #76849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76849B

Black with #76849B

Text Example


Text Example

White with #76849B

Text Example


Text Example

HTML Codes & Css Web 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>