Html Css Color HEX #818883 Blue Smoke

📋 copy color: '#818883'

red 129 ◦ green 136 ◦ blue 131

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

Shades of Blue Smoke #818883

Tints of Blue Smoke #818883

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.34%

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

R = 32.58%
G = 34.34%
B = 33.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#818883 (or 0x818883) is known color: Blue Smoke. HEX triplet: 81, 88 and 83. RGB value is (129,136,131). Sum of RGB (Red+Green+Blue) = 129+136+131=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 136 - color contains mainly: green. Hex color #818883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818883 is #7E777C. Grayscale: #858585. Windows color (decimal): -8288125 or 8620161. OLE color: 8620161.

HSL color Cylindrical-coordinate representation of color #818883: hue angle of 137.14º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #818883 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 129 136 131 -
CMYK 0.05 0 0.04 0.47
HSL 137.14º 0.03% 0.52% -
HSV(B) 137.14º 0.05% 0.53% -
XYZ 21.95 23.91 24.93 -
YUV 133.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 129 136 131 0.05 0 0.04 0.47 137.14 0.03 0.52
Hex 81 88 83 5 0 4 2F 89 3 34
Octal 201 210 203 5 0 4 57 211 3 64
Binary 10000001 10001000 10000011 101 0 100 101111 10001001 11 110100

Color Harmonies of #818883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818883

Black with #818883

Text Example


Text Example

White with #818883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818883; }

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

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

background-color css

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

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

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

border-color css

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

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

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