Html Css Color HEX #818D83 Blue Smoke

📋 copy color: '#818D83'

red 129 ◦ green 141 ◦ blue 131

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

Shades of Blue Smoke #818D83

Tints of Blue Smoke #818D83

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.16%

 BLUE value IS 131 (51.56% from 255) = 32.67%

R = 32.17%
G = 35.16%
B = 32.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#818D83 (or 0x818D83) is known color: Blue Smoke. HEX triplet: 81, 8D and 83. RGB value is (129,141,131). Sum of RGB (Red+Green+Blue) = 129+141+131=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 141 - color contains mainly: green. Hex color #818D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818D83 is #7E727C. Grayscale: #888888. Windows color (decimal): -8286845 or 8621441. OLE color: 8621441.

HSL color Cylindrical-coordinate representation of color #818D83: hue angle of 130º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #818D83 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 129 141 131 -
CMYK 0.09 0 0.07 0.45
HSL 130º 0.05% 0.53% -
HSV(B) 130º 0.09% 0.55% -
XYZ 22.67 25.36 25.17 -
YUV 136.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 129 141 131 0.09 0 0.07 0.45 130 0.05 0.53
Hex 81 8D 83 9 0 7 2D 82 5 35
Octal 201 215 203 11 0 7 55 202 5 65
Binary 10000001 10001101 10000011 1001 0 111 101101 10000010 101 110101

Color Harmonies of #818D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818D83

Black with #818D83

Text Example


Text Example

White with #818D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818D83; }

 p { color: rgb(129,141,131); }

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

background-color css

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

 a { background-color: rgb(129,141,131); }

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

border-color css

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

 span { border-color: rgb(129,141,131); }

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