Html Css Color HEX #82909B Light Slate Grey

📋 copy color: '#82909B'

red 130 ◦ green 144 ◦ blue 155

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

Shades of Light Slate Grey #82909B

Tints of Light Slate Grey #82909B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.57%

 BLUE value IS 155 (60.94% from 255) = 36.13%

R = 30.3%
G = 33.57%
B = 36.13%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82909B (or 0x82909B) is known color: Light Slate Grey. HEX triplet: 82, 90 and 9B. RGB value is (130,144,155). Sum of RGB (Red+Green+Blue) = 130+144+155=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 155 - color contains mainly: blue. Hex color #82909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82909B is #7D6F64. Grayscale: #8D8D8D. Windows color (decimal): -8220517 or 10195074. OLE color: 10195074.

HSL color Cylindrical-coordinate representation of color #82909B: hue angle of 206.4º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #82909B is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 144 155 -
CMYK 0.16 0.07 0 0.39
HSL 206.4º 0.11% 0.56% -
HSV(B) 206.4º 0.16% 0.61% -
XYZ 25.1 27.06 34.91 -
YUV 141.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 130 144 155 0.16 0.07 0 0.39 206.4 0.11 0.56
Hex 82 90 9B 10 7 0 27 CE B 38
Octal 202 220 233 20 7 0 47 316 13 70
Binary 10000010 10010000 10011011 10000 111 0 100111 11001110 1011 111000

Color Harmonies of #82909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82909B

Black with #82909B

Text Example


Text Example

White with #82909B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82909B; }

 p { color: rgb(130,144,155); }

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

background-color css

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

 a { background-color: rgb(130,144,155); }

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

border-color css

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

 span { border-color: rgb(130,144,155); }

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