Html Css Color HEX #83818E Topaz

📋 copy color: '#83818E'

red 131 ◦ green 129 ◦ blue 142

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

Shades of Topaz #83818E

Tints of Topaz #83818E

RGB

 RED value IS 131 (51.56% from 255) = 32.59%

 GREEN value IS 129 (50.78% from 255) = 32.09%

 BLUE value IS 142 (55.86% from 255) = 35.32%

R = 32.59%
G = 32.09%
B = 35.32%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#83818E (or 0x83818E) is known color: Topaz. HEX triplet: 83, 81 and 8E. RGB value is (131,129,142). Sum of RGB (Red+Green+Blue) = 131+129+142=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 142 - color contains mainly: blue. Hex color #83818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83818E is #7C7E71. Grayscale: #838383. Windows color (decimal): -8158834 or 9339267. OLE color: 9339267.

HSL color Cylindrical-coordinate representation of color #83818E: hue angle of 249.23º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #83818E is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 129 142 -
CMYK 0.08 0.09 0 0.44
HSL 249.23º 0.05% 0.53% -
HSV(B) 249.23º 0.09% 0.56% -
XYZ 22.09 22.48 28.77 -
YUV 131.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 131 129 142 0.08 0.09 0 0.44 249.23 0.05 0.53
Hex 83 81 8E 8 9 0 2C F9 5 35
Octal 203 201 216 10 11 0 54 371 5 65
Binary 10000011 10000001 10001110 1000 1001 0 101100 11111001 101 110101

Color Harmonies of #83818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83818E

Black with #83818E

Text Example


Text Example

White with #83818E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83818E; }

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

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

background-color css

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

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

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

border-color css

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

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

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