Html Css Color HEX #818983 Blue Smoke

📋 copy color: '#818983'

red 129 ◦ green 137 ◦ blue 131

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

Shades of Blue Smoke #818983

Tints of Blue Smoke #818983

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.51%

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

R = 32.49%
G = 34.51%
B = 33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#818983 (or 0x818983) is known color: Blue Smoke. HEX triplet: 81, 89 and 83. RGB value is (129,137,131). Sum of RGB (Red+Green+Blue) = 129+137+131=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 137 - color contains mainly: green. Hex color #818983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818983 is #7E767C. Grayscale: #858585. Windows color (decimal): -8287869 or 8620417. OLE color: 8620417.

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

Color convert

RGB 129 137 131 -
CMYK 0.06 0 0.04 0.46
HSL 135º 0.03% 0.52% -
HSV(B) 135º 0.06% 0.54% -
XYZ 22.1 24.2 24.98 -
YUV 133.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 129 137 131 0.06 0 0.04 0.46 135 0.03 0.52
Hex 81 89 83 6 0 4 2E 87 3 34
Octal 201 211 203 6 0 4 56 207 3 64
Binary 10000001 10001001 10000011 110 0 100 101110 10000111 11 110100

Color Harmonies of #818983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818983

Black with #818983

Text Example


Text Example

White with #818983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818983; }

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

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

background-color css

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

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

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

border-color css

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

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

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