Html Css Color HEX #818B83 Blue Smoke

📋 copy color: '#818B83'

red 129 ◦ green 139 ◦ blue 131

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

Shades of Blue Smoke #818B83

Tints of Blue Smoke #818B83

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.84%

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

R = 32.33%
G = 34.84%
B = 32.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#818B83 (or 0x818B83) is known color: Blue Smoke. HEX triplet: 81, 8B and 83. RGB value is (129,139,131). Sum of RGB (Red+Green+Blue) = 129+139+131=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 139 - color contains mainly: green. Hex color #818B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818B83 is #7E747C. Grayscale: #878787. Windows color (decimal): -8287357 or 8620929. OLE color: 8620929.

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

Color convert

RGB 129 139 131 -
CMYK 0.07 0 0.06 0.45
HSL 132º 0.04% 0.53% -
HSV(B) 132º 0.07% 0.55% -
XYZ 22.38 24.77 25.07 -
YUV 135.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 129 139 131 0.07 0 0.06 0.45 132 0.04 0.53
Hex 81 8B 83 7 0 6 2D 84 4 35
Octal 201 213 203 7 0 6 55 204 4 65
Binary 10000001 10001011 10000011 111 0 110 101101 10000100 100 110101

Color Harmonies of #818B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818B83

Black with #818B83

Text Example


Text Example

White with #818B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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