Html Css Color HEX #828891 Light Slate Grey

📋 copy color: '#828891'

red 130 ◦ green 136 ◦ blue 145

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

Shades of Light Slate Grey #828891

Tints of Light Slate Grey #828891

RGB

 RED value IS 130 (51.17% from 255) = 31.63%

 GREEN value IS 136 (53.52% from 255) = 33.09%

 BLUE value IS 145 (57.03% from 255) = 35.28%

R = 31.63%
G = 33.09%
B = 35.28%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#828891 (or 0x828891) is known color: Light Slate Grey. HEX triplet: 82, 88 and 91. RGB value is (130,136,145). Sum of RGB (Red+Green+Blue) = 130+136+145=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 145 - color contains mainly: blue. Hex color #828891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828891 is #7D776E. Grayscale: #878787. Windows color (decimal): -8222575 or 9537666. OLE color: 9537666.

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

Color convert

RGB 130 136 145 -
CMYK 0.10 0.06 0 0.43
HSL 216º 0.06% 0.54% -
HSV(B) 216º 0.1% 0.57% -
XYZ 23.12 24.4 30.28 -
YUV 135.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 130 136 145 0.10 0.06 0 0.43 216 0.06 0.54
Hex 82 88 91 A 6 0 2B D8 6 36
Octal 202 210 221 12 6 0 53 330 6 66
Binary 10000010 10001000 10010001 1010 110 0 101011 11011000 110 110110

Color Harmonies of #828891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828891

Black with #828891

Text Example


Text Example

White with #828891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828891; }

 p { color: rgb(130,136,145); }

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

background-color css

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

 a { background-color: rgb(130,136,145); }

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

border-color css

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

 span { border-color: rgb(130,136,145); }

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