Html Css Color HEX #817090 Topaz

📋 copy color: '#817090'

red 129 ◦ green 112 ◦ blue 144

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

Shades of Topaz #817090

Tints of Topaz #817090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.09%

 BLUE value IS 144 (56.64% from 255) = 37.4%

R = 33.51%
G = 29.09%
B = 37.4%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#817090 (or 0x817090) is known color: Topaz. HEX triplet: 81, 70 and 90. RGB value is (129,112,144). Sum of RGB (Red+Green+Blue) = 129+112+144=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 144 - color contains mainly: blue. Hex color #817090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817090 is #7E8F6F. Grayscale: #787878. Windows color (decimal): -8294256 or 9465985. OLE color: 9465985.

HSL color Cylindrical-coordinate representation of color #817090: hue angle of 271.88º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #817090 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 112 144 -
CMYK 0.10 0.22 0 0.44
HSL 271.88º 0.13% 0.5% -
HSV(B) 271.88º 0.22% 0.56% -
XYZ 19.88 18.27 28.86 -
YUV 120.73 141.13 133.9 -
System Red Green Blue C M Y K H S L
Decimal 129 112 144 0.10 0.22 0 0.44 271.88 0.13 0.5
Hex 81 70 90 A 16 0 2C 110 D 32
Octal 201 160 220 12 26 0 54 420 15 62
Binary 10000001 1110000 10010000 1010 10110 0 101100 100010000 1101 110010

Color Harmonies of #817090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817090

Black with #817090

Text Example


Text Example

White with #817090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817090; }

 p { color: rgb(129,112,144); }

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

background-color css

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

 a { background-color: rgb(129,112,144); }

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

border-color css

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

 span { border-color: rgb(129,112,144); }

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