Html Css Color HEX #817295 Topaz

📋 copy color: '#817295'

red 129 ◦ green 114 ◦ blue 149

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

Shades of Topaz #817295

Tints of Topaz #817295

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.08%

 BLUE value IS 149 (58.59% from 255) = 38.01%

R = 32.91%
G = 29.08%
B = 38.01%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#817295 (or 0x817295) is known color: Topaz. HEX triplet: 81, 72 and 95. RGB value is (129,114,149). Sum of RGB (Red+Green+Blue) = 129+114+149=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 149 - color contains mainly: blue. Hex color #817295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817295 is #7E8D6A. Grayscale: #7A7A7A. Windows color (decimal): -8293739 or 9794177. OLE color: 9794177.

HSL color Cylindrical-coordinate representation of color #817295: hue angle of 265.71º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #817295 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 114 149 -
CMYK 0.13 0.23 0 0.42
HSL 265.71º 0.14% 0.52% -
HSV(B) 265.71º 0.23% 0.58% -
XYZ 20.5 18.87 31 -
YUV 122.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 129 114 149 0.13 0.23 0 0.42 265.71 0.14 0.52
Hex 81 72 95 D 17 0 2A 10A E 34
Octal 201 162 225 15 27 0 52 412 16 64
Binary 10000001 1110010 10010101 1101 10111 0 101010 100001010 1110 110100

Color Harmonies of #817295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817295

Black with #817295

Text Example


Text Example

White with #817295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817295; }

 p { color: rgb(129,114,149); }

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

background-color css

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

 a { background-color: rgb(129,114,149); }

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

border-color css

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

 span { border-color: rgb(129,114,149); }

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