Html Css Color HEX #818582 Blue Smoke

📋 copy color: '#818582'

red 129 ◦ green 133 ◦ blue 130

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

Shades of Blue Smoke #818582

Tints of Blue Smoke #818582

RGB

 RED value IS 129 (50.78% from 255) = 32.91%

 GREEN value IS 133 (52.34% from 255) = 33.93%

 BLUE value IS 130 (51.17% from 255) = 33.16%

R = 32.91%
G = 33.93%
B = 33.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#818582 (or 0x818582) is known color: Blue Smoke. HEX triplet: 81, 85 and 82. RGB value is (129,133,130). Sum of RGB (Red+Green+Blue) = 129+133+130=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 133 - color contains mainly: green. Hex color #818582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818582 is #7E7A7D. Grayscale: #838383. Windows color (decimal): -8288894 or 8553857. OLE color: 8553857.

HSL color Cylindrical-coordinate representation of color #818582: hue angle of 135º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #818582 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 133 130 -
CMYK 0.03 0 0.02 0.48
HSL 135º 0.02% 0.51% -
HSV(B) 135º 0.03% 0.52% -
XYZ 21.47 23.05 24.44 -
YUV 131.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 129 133 130 0.03 0 0.02 0.48 135 0.02 0.51
Hex 81 85 82 3 0 2 30 87 2 33
Octal 201 205 202 3 0 2 60 207 2 63
Binary 10000001 10000101 10000010 11 0 10 110000 10000111 10 110011

Color Harmonies of #818582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818582

Black with #818582

Text Example


Text Example

White with #818582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818582; }

 p { color: rgb(129,133,130); }

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

background-color css

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

 a { background-color: rgb(129,133,130); }

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

border-color css

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

 span { border-color: rgb(129,133,130); }

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