Html Css Color HEX #818B96 Light Slate Grey

📋 copy color: '#818B96'

red 129 ◦ green 139 ◦ blue 150

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

Shades of Light Slate Grey #818B96

Tints of Light Slate Grey #818B96

RGB

 RED value IS 129 (50.78% from 255) = 30.86%

 GREEN value IS 139 (54.69% from 255) = 33.25%

 BLUE value IS 150 (58.98% from 255) = 35.89%

R = 30.86%
G = 33.25%
B = 35.89%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#818B96 (or 0x818B96) is known color: Light Slate Grey. HEX triplet: 81, 8B and 96. RGB value is (129,139,150). Sum of RGB (Red+Green+Blue) = 129+139+150=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 150 - color contains mainly: blue. Hex color #818B96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818B96 is #7E7469. Grayscale: #898989. Windows color (decimal): -8287338 or 9866113. OLE color: 9866113.

HSL color Cylindrical-coordinate representation of color #818B96: hue angle of 211.43º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #818B96 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 129 139 150 -
CMYK 0.14 0.07 0 0.41
HSL 211.43º 0.09% 0.55% -
HSV(B) 211.43º 0.14% 0.59% -
XYZ 23.79 25.33 32.49 -
YUV 137.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 129 139 150 0.14 0.07 0 0.41 211.43 0.09 0.55
Hex 81 8B 96 E 7 0 29 D3 9 37
Octal 201 213 226 16 7 0 51 323 11 67
Binary 10000001 10001011 10010110 1110 111 0 101001 11010011 1001 110111

Color Harmonies of #818B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818B96

Black with #818B96

Text Example


Text Example

White with #818B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818B96; }

 p { color: rgb(129,139,150); }

 H1.HeaderClassName
 {
   color: #818B96;
 }
 .AnyTagClassName
 {
   color: #818B96;
 }
</style>

background-color css

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

 a { background-color: rgb(129,139,150); }

 div.DivClassName
 {
   background-color: #818B96;
 }
 .BgClassName
 {
   background-color: #818B96;
 }
</style>

border-color css

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

 span { border-color: rgb(129,139,150); }

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