Html Css Color HEX #827992 Topaz

📋 copy color: '#827992'

red 130 ◦ green 121 ◦ blue 146

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

Shades of Topaz #827992

Tints of Topaz #827992

RGB

 RED value IS 130 (51.17% from 255) = 32.75%

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

 BLUE value IS 146 (57.42% from 255) = 36.78%

R = 32.75%
G = 30.48%
B = 36.78%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#827992 (or 0x827992) is known color: Topaz. HEX triplet: 82, 79 and 92. RGB value is (130,121,146). Sum of RGB (Red+Green+Blue) = 130+121+146=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 146 - color contains mainly: blue. Hex color #827992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827992 is #7D866D. Grayscale: #7E7E7E. Windows color (decimal): -8226414 or 9599362. OLE color: 9599362.

HSL color Cylindrical-coordinate representation of color #827992: hue angle of 261.6º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #827992 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 121 146 -
CMYK 0.11 0.17 0 0.43
HSL 261.6º 0.1% 0.52% -
HSV(B) 261.6º 0.17% 0.57% -
XYZ 21.23 20.5 30.03 -
YUV 126.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 130 121 146 0.11 0.17 0 0.43 261.6 0.1 0.52
Hex 82 79 92 B 11 0 2B 106 A 34
Octal 202 171 222 13 21 0 53 406 12 64
Binary 10000010 1111001 10010010 1011 10001 0 101011 100000110 1010 110100

Color Harmonies of #827992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827992

Black with #827992

Text Example


Text Example

White with #827992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827992; }

 p { color: rgb(130,121,146); }

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

background-color css

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

 a { background-color: rgb(130,121,146); }

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

border-color css

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

 span { border-color: rgb(130,121,146); }

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