Html Css Color HEX #818792 Light Slate Grey

📋 copy color: '#818792'

red 129 ◦ green 135 ◦ blue 146

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

Shades of Light Slate Grey #818792

Tints of Light Slate Grey #818792

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.93%

 BLUE value IS 146 (57.42% from 255) = 35.61%

R = 31.46%
G = 32.93%
B = 35.61%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#818792 (or 0x818792) is known color: Light Slate Grey. HEX triplet: 81, 87 and 92. RGB value is (129,135,146). Sum of RGB (Red+Green+Blue) = 129+135+146=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 146 - color contains mainly: blue. Hex color #818792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818792 is #7E786D. Grayscale: #868686. Windows color (decimal): -8288366 or 9602945. OLE color: 9602945.

HSL color Cylindrical-coordinate representation of color #818792: hue angle of 218.82º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #818792 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 129 135 146 -
CMYK 0.12 0.08 0 0.43
HSL 218.82º 0.07% 0.54% -
HSV(B) 218.82º 0.12% 0.57% -
XYZ 22.91 24.07 30.63 -
YUV 134.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 129 135 146 0.12 0.08 0 0.43 218.82 0.07 0.54
Hex 81 87 92 C 8 0 2B DB 7 36
Octal 201 207 222 14 10 0 53 333 7 66
Binary 10000001 10000111 10010010 1100 1000 0 101011 11011011 111 110110

Color Harmonies of #818792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818792

Black with #818792

Text Example


Text Example

White with #818792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818792; }

 p { color: rgb(129,135,146); }

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

background-color css

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

 a { background-color: rgb(129,135,146); }

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

border-color css

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

 span { border-color: rgb(129,135,146); }

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