Html Css Color HEX #828F9F Light Slate Grey

📋 copy color: '#828F9F'

red 130 ◦ green 143 ◦ blue 159

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

Shades of Light Slate Grey #828F9F

Tints of Light Slate Grey #828F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.81%

R = 30.09%
G = 33.1%
B = 36.81%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#828F9F (or 0x828F9F) is known color: Light Slate Grey. HEX triplet: 82, 8F and 9F. RGB value is (130,143,159). Sum of RGB (Red+Green+Blue) = 130+143+159=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 159 - color contains mainly: blue. Hex color #828F9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828F9F is #7D7060. Grayscale: #8C8C8C. Windows color (decimal): -8220769 or 10456962. OLE color: 10456962.

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

Color convert

RGB 130 143 159 -
CMYK 0.18 0.10 0 0.38
HSL 213.1º 0.13% 0.57% -
HSV(B) 213.1º 0.18% 0.62% -
XYZ 25.29 26.89 36.66 -
YUV 140.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 130 143 159 0.18 0.10 0 0.38 213.1 0.13 0.57
Hex 82 8F 9F 12 A 0 26 D5 D 39
Octal 202 217 237 22 12 0 46 325 15 71
Binary 10000010 10001111 10011111 10010 1010 0 100110 11010101 1101 111001

Color Harmonies of #828F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828F9F

Black with #828F9F

Text Example


Text Example

White with #828F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828F9F; }

 p { color: rgb(130,143,159); }

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

background-color css

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

 a { background-color: rgb(130,143,159); }

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

border-color css

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

 span { border-color: rgb(130,143,159); }

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