Html Css Color HEX #818F9E Light Slate Grey

📋 copy color: '#818F9E'

red 129 ◦ green 143 ◦ blue 158

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

Shades of Light Slate Grey #818F9E

Tints of Light Slate Grey #818F9E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.26%

 BLUE value IS 158 (62.11% from 255) = 36.74%

R = 30%
G = 33.26%
B = 36.74%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#818F9E (or 0x818F9E) is known color: Light Slate Grey. HEX triplet: 81, 8F and 9E. RGB value is (129,143,158). Sum of RGB (Red+Green+Blue) = 129+143+158=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 158 - color contains mainly: blue. Hex color #818F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818F9E is #7E7061. Grayscale: #8C8C8C. Windows color (decimal): -8286306 or 10391425. OLE color: 10391425.

HSL color Cylindrical-coordinate representation of color #818F9E: hue angle of 211.03º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #818F9E is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 129 143 158 -
CMYK 0.18 0.09 0 0.38
HSL 211.03º 0.13% 0.56% -
HSV(B) 211.03º 0.18% 0.62% -
XYZ 25.05 26.78 36.2 -
YUV 140.52 137.86 119.78 -
System Red Green Blue C M Y K H S L
Decimal 129 143 158 0.18 0.09 0 0.38 211.03 0.13 0.56
Hex 81 8F 9E 12 9 0 26 D3 D 38
Octal 201 217 236 22 11 0 46 323 15 70
Binary 10000001 10001111 10011110 10010 1001 0 100110 11010011 1101 111000

Color Harmonies of #818F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818F9E

Black with #818F9E

Text Example


Text Example

White with #818F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,143,158); }

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

background-color css

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

 a { background-color: rgb(129,143,158); }

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

border-color css

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

 span { border-color: rgb(129,143,158); }

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