Html Css Color HEX #828993 Light Slate Grey

📋 copy color: '#828993'

red 130 ◦ green 137 ◦ blue 147

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

Shades of Light Slate Grey #828993

Tints of Light Slate Grey #828993

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.09%

 BLUE value IS 147 (57.81% from 255) = 35.51%

R = 31.4%
G = 33.09%
B = 35.51%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#828993 (or 0x828993) is known color: Light Slate Grey. HEX triplet: 82, 89 and 93. RGB value is (130,137,147). Sum of RGB (Red+Green+Blue) = 130+137+147=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 147 - color contains mainly: blue. Hex color #828993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828993 is #7D766C. Grayscale: #888888. Windows color (decimal): -8222317 or 9668994. OLE color: 9668994.

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

Color convert

RGB 130 137 147 -
CMYK 0.12 0.07 0 0.42
HSL 215.29º 0.07% 0.54% -
HSV(B) 215.29º 0.12% 0.58% -
XYZ 23.42 24.74 31.15 -
YUV 136.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 130 137 147 0.12 0.07 0 0.42 215.29 0.07 0.54
Hex 82 89 93 C 7 0 2A D7 7 36
Octal 202 211 223 14 7 0 52 327 7 66
Binary 10000010 10001001 10010011 1100 111 0 101010 11010111 111 110110

Color Harmonies of #828993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828993

Black with #828993

Text Example


Text Example

White with #828993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828993; }

 p { color: rgb(130,137,147); }

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

background-color css

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

 a { background-color: rgb(130,137,147); }

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

border-color css

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

 span { border-color: rgb(130,137,147); }

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