Html Css Color HEX #817993 Topaz

📋 copy color: '#817993'

red 129 ◦ green 121 ◦ blue 147

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

Shades of Topaz #817993

Tints of Topaz #817993

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.48%

 BLUE value IS 147 (57.81% from 255) = 37.03%

R = 32.49%
G = 30.48%
B = 37.03%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#817993 (or 0x817993) is known color: Topaz. HEX triplet: 81, 79 and 93. RGB value is (129,121,147). Sum of RGB (Red+Green+Blue) = 129+121+147=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 147 - color contains mainly: blue. Hex color #817993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817993 is #7E866C. Grayscale: #7E7E7E. Windows color (decimal): -8291949 or 9664897. OLE color: 9664897.

HSL color Cylindrical-coordinate representation of color #817993: hue angle of 258.46º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #817993 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 121 147 -
CMYK 0.12 0.18 0 0.42
HSL 258.46º 0.11% 0.53% -
HSV(B) 258.46º 0.18% 0.58% -
XYZ 21.16 20.45 30.44 -
YUV 126.36 139.65 129.89 -
System Red Green Blue C M Y K H S L
Decimal 129 121 147 0.12 0.18 0 0.42 258.46 0.11 0.53
Hex 81 79 93 C 12 0 2A 102 B 35
Octal 201 171 223 14 22 0 52 402 13 65
Binary 10000001 1111001 10010011 1100 10010 0 101010 100000010 1011 110101

Color Harmonies of #817993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817993

Black with #817993

Text Example


Text Example

White with #817993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817993; }

 p { color: rgb(129,121,147); }

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

background-color css

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

 a { background-color: rgb(129,121,147); }

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

border-color css

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

 span { border-color: rgb(129,121,147); }

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