Html Css Color HEX #817794 Topaz

📋 copy color: '#817794'

red 129 ◦ green 119 ◦ blue 148

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

Shades of Topaz #817794

Tints of Topaz #817794

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.05%

 BLUE value IS 148 (58.2% from 255) = 37.37%

R = 32.58%
G = 30.05%
B = 37.37%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#817794 (or 0x817794) is known color: Topaz. HEX triplet: 81, 77 and 94. RGB value is (129,119,148). Sum of RGB (Red+Green+Blue) = 129+119+148=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 148 - color contains mainly: blue. Hex color #817794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817794 is #7E886B. Grayscale: #7D7D7D. Windows color (decimal): -8292460 or 9729921. OLE color: 9729921.

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

Color convert

RGB 129 119 148 -
CMYK 0.13 0.20 0 0.42
HSL 260.69º 0.12% 0.52% -
HSV(B) 260.69º 0.2% 0.58% -
XYZ 21 20 30.77 -
YUV 125.3 140.81 130.64 -
System Red Green Blue C M Y K H S L
Decimal 129 119 148 0.13 0.20 0 0.42 260.69 0.12 0.52
Hex 81 77 94 D 14 0 2A 105 C 34
Octal 201 167 224 15 24 0 52 405 14 64
Binary 10000001 1110111 10010100 1101 10100 0 101010 100000101 1100 110100

Color Harmonies of #817794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817794

Black with #817794

Text Example


Text Example

White with #817794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817794; }

 p { color: rgb(129,119,148); }

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

background-color css

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

 a { background-color: rgb(129,119,148); }

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

border-color css

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

 span { border-color: rgb(129,119,148); }

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