Html Css Color HEX #818E9B Light Slate Grey

📋 copy color: '#818E9B'

red 129 ◦ green 142 ◦ blue 155

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

Shades of Light Slate Grey #818E9B

Tints of Light Slate Grey #818E9B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.33%

 BLUE value IS 155 (60.94% from 255) = 36.38%

R = 30.28%
G = 33.33%
B = 36.38%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#818E9B (or 0x818E9B) is known color: Light Slate Grey. HEX triplet: 81, 8E and 9B. RGB value is (129,142,155). Sum of RGB (Red+Green+Blue) = 129+142+155=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 155 - color contains mainly: blue. Hex color #818E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818E9B is #7E7164. Grayscale: #8B8B8B. Windows color (decimal): -8286565 or 10194561. OLE color: 10194561.

HSL color Cylindrical-coordinate representation of color #818E9B: hue angle of 210º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #818E9B is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 142 155 -
CMYK 0.17 0.08 0 0.39
HSL 210º 0.12% 0.56% -
HSV(B) 210º 0.17% 0.61% -
XYZ 24.64 26.38 34.8 -
YUV 139.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 129 142 155 0.17 0.08 0 0.39 210 0.12 0.56
Hex 81 8E 9B 11 8 0 27 D2 C 38
Octal 201 216 233 21 10 0 47 322 14 70
Binary 10000001 10001110 10011011 10001 1000 0 100111 11010010 1100 111000

Color Harmonies of #818E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818E9B

Black with #818E9B

Text Example


Text Example

White with #818E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,142,155); }

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

background-color css

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

 a { background-color: rgb(129,142,155); }

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

border-color css

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

 span { border-color: rgb(129,142,155); }

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