Html Css Color HEX #82919B Light Slate Grey

📋 copy color: '#82919B'

red 130 ◦ green 145 ◦ blue 155

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

Shades of Light Slate Grey #82919B

Tints of Light Slate Grey #82919B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.72%

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

R = 30.23%
G = 33.72%
B = 36.05%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82919B (or 0x82919B) is known color: Light Slate Grey. HEX triplet: 82, 91 and 9B. RGB value is (130,145,155). Sum of RGB (Red+Green+Blue) = 130+145+155=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 155 - color contains mainly: blue. Hex color #82919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82919B is #7D6E64. Grayscale: #8D8D8D. Windows color (decimal): -8220261 or 10195330. OLE color: 10195330.

HSL color Cylindrical-coordinate representation of color #82919B: hue angle of 204º 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 #82919B is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 145 155 -
CMYK 0.16 0.06 0 0.39
HSL 204º 0.11% 0.56% -
HSV(B) 204º 0.16% 0.61% -
XYZ 25.25 27.36 34.96 -
YUV 141.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 130 145 155 0.16 0.06 0 0.39 204 0.11 0.56
Hex 82 91 9B 10 6 0 27 CC B 38
Octal 202 221 233 20 6 0 47 314 13 70
Binary 10000010 10010001 10011011 10000 110 0 100111 11001100 1011 111000

Color Harmonies of #82919B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82919B

Black with #82919B

Text Example


Text Example

White with #82919B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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