Html Css Color HEX #828F99 Light Slate Grey

📋 copy color: '#828F99'

red 130 ◦ green 143 ◦ blue 153

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

Shades of Light Slate Grey #828F99

Tints of Light Slate Grey #828F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.92%

R = 30.52%
G = 33.57%
B = 35.92%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#828F99 (or 0x828F99) is known color: Light Slate Grey. HEX triplet: 82, 8F and 99. RGB value is (130,143,153). Sum of RGB (Red+Green+Blue) = 130+143+153=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 153 - color contains mainly: blue. Hex color #828F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828F99 is #7D7066. Grayscale: #8C8C8C. Windows color (decimal): -8220775 or 10063746. OLE color: 10063746.

HSL color Cylindrical-coordinate representation of color #828F99: hue angle of 206.09º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #828F99 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 143 153 -
CMYK 0.15 0.07 0 0.4
HSL 206.09º 0.1% 0.55% -
HSV(B) 206.09º 0.15% 0.6% -
XYZ 24.78 26.69 33.98 -
YUV 140.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 130 143 153 0.15 0.07 0 0.4 206.09 0.1 0.55
Hex 82 8F 99 F 7 0 28 CE A 37
Octal 202 217 231 17 7 0 50 316 12 67
Binary 10000010 10001111 10011001 1111 111 0 101000 11001110 1010 110111

Color Harmonies of #828F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828F99

Black with #828F99

Text Example


Text Example

White with #828F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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