Html Css Color HEX #817390 Topaz

📋 copy color: '#817390'

red 129 ◦ green 115 ◦ blue 144

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

Shades of Topaz #817390

Tints of Topaz #817390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.64%

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

R = 33.25%
G = 29.64%
B = 37.11%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#817390 (or 0x817390) is known color: Topaz. HEX triplet: 81, 73 and 90. RGB value is (129,115,144). Sum of RGB (Red+Green+Blue) = 129+115+144=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 144 - color contains mainly: blue. Hex color #817390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817390 is #7E8C6F. Grayscale: #7A7A7A. Windows color (decimal): -8293488 or 9466753. OLE color: 9466753.

HSL color Cylindrical-coordinate representation of color #817390: hue angle of 268.97º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #817390 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 115 144 -
CMYK 0.10 0.20 0 0.44
HSL 268.97º 0.12% 0.51% -
HSV(B) 268.97º 0.2% 0.56% -
XYZ 20.22 18.94 28.98 -
YUV 122.49 140.14 132.64 -
System Red Green Blue C M Y K H S L
Decimal 129 115 144 0.10 0.20 0 0.44 268.97 0.12 0.51
Hex 81 73 90 A 14 0 2C 10D C 33
Octal 201 163 220 12 24 0 54 415 14 63
Binary 10000001 1110011 10010000 1010 10100 0 101100 100001101 1100 110011

Color Harmonies of #817390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817390

Black with #817390

Text Example


Text Example

White with #817390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817390; }

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

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

background-color css

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

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

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

border-color css

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

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

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