Html Css Color HEX #818794 Light Slate Grey

📋 copy color: '#818794'

red 129 ◦ green 135 ◦ blue 148

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

Shades of Light Slate Grey #818794

Tints of Light Slate Grey #818794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.92%

R = 31.31%
G = 32.77%
B = 35.92%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#818794 (or 0x818794) is known color: Light Slate Grey. HEX triplet: 81, 87 and 94. RGB value is (129,135,148). Sum of RGB (Red+Green+Blue) = 129+135+148=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 148 - color contains mainly: blue. Hex color #818794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818794 is #7E786B. Grayscale: #868686. Windows color (decimal): -8288364 or 9734017. OLE color: 9734017.

HSL color Cylindrical-coordinate representation of color #818794: hue angle of 221.05º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #818794 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 135 148 -
CMYK 0.13 0.09 0 0.42
HSL 221.05º 0.08% 0.54% -
HSV(B) 221.05º 0.13% 0.58% -
XYZ 23.06 24.13 31.46 -
YUV 134.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 129 135 148 0.13 0.09 0 0.42 221.05 0.08 0.54
Hex 81 87 94 D 9 0 2A DD 8 36
Octal 201 207 224 15 11 0 52 335 10 66
Binary 10000001 10000111 10010100 1101 1001 0 101010 11011101 1000 110110

Color Harmonies of #818794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818794

Black with #818794

Text Example


Text Example

White with #818794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818794; }

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

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

background-color css

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

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

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

border-color css

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

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

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