Html Css Color HEX #817690 Topaz

📋 copy color: '#817690'

red 129 ◦ green 118 ◦ blue 144

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

Shades of Topaz #817690

Tints of Topaz #817690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.18%

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

R = 32.99%
G = 30.18%
B = 36.83%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#817690 (or 0x817690) is known color: Topaz. HEX triplet: 81, 76 and 90. RGB value is (129,118,144). Sum of RGB (Red+Green+Blue) = 129+118+144=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 144 - color contains mainly: blue. Hex color #817690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817690 is #7E896F. Grayscale: #7C7C7C. Windows color (decimal): -8292720 or 9467521. OLE color: 9467521.

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

Color convert

RGB 129 118 144 -
CMYK 0.10 0.18 0 0.44
HSL 265.38º 0.1% 0.51% -
HSV(B) 265.38º 0.18% 0.56% -
XYZ 20.57 19.64 29.09 -
YUV 124.25 139.14 131.39 -
System Red Green Blue C M Y K H S L
Decimal 129 118 144 0.10 0.18 0 0.44 265.38 0.1 0.51
Hex 81 76 90 A 12 0 2C 109 A 33
Octal 201 166 220 12 22 0 54 411 12 63
Binary 10000001 1110110 10010000 1010 10010 0 101100 100001001 1010 110011

Color Harmonies of #817690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817690

Black with #817690

Text Example


Text Example

White with #817690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817690; }

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

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

background-color css

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

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

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

border-color css

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

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

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