Html Css Color HEX #818C83 Blue Smoke

📋 copy color: '#818C83'

red 129 ◦ green 140 ◦ blue 131

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

Shades of Blue Smoke #818C83

Tints of Blue Smoke #818C83

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35%

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

R = 32.25%
G = 35%
B = 32.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#818C83 (or 0x818C83) is known color: Blue Smoke. HEX triplet: 81, 8C and 83. RGB value is (129,140,131). Sum of RGB (Red+Green+Blue) = 129+140+131=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 140 - color contains mainly: green. Hex color #818C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818C83 is #7E737C. Grayscale: #878787. Windows color (decimal): -8287101 or 8621185. OLE color: 8621185.

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

Color convert

RGB 129 140 131 -
CMYK 0.08 0 0.06 0.45
HSL 130.91º 0.05% 0.53% -
HSV(B) 130.91º 0.08% 0.55% -
XYZ 22.53 25.06 25.12 -
YUV 135.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 129 140 131 0.08 0 0.06 0.45 130.91 0.05 0.53
Hex 81 8C 83 8 0 6 2D 83 5 35
Octal 201 214 203 10 0 6 55 203 5 65
Binary 10000001 10001100 10000011 1000 0 110 101101 10000011 101 110101

Color Harmonies of #818C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818C83

Black with #818C83

Text Example


Text Example

White with #818C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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