Html Css Color HEX #827492 Topaz

📋 copy color: '#827492'

red 130 ◦ green 116 ◦ blue 146

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

Shades of Topaz #827492

Tints of Topaz #827492

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.59%

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

R = 33.16%
G = 29.59%
B = 37.24%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#827492 (or 0x827492) is known color: Topaz. HEX triplet: 82, 74 and 92. RGB value is (130,116,146). Sum of RGB (Red+Green+Blue) = 130+116+146=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 146 - color contains mainly: blue. Hex color #827492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827492 is #7D8B6D. Grayscale: #7B7B7B. Windows color (decimal): -8227694 or 9598082. OLE color: 9598082.

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

Color convert

RGB 130 116 146 -
CMYK 0.11 0.21 0 0.43
HSL 268º 0.12% 0.51% -
HSV(B) 268º 0.21% 0.57% -
XYZ 20.64 19.31 29.83 -
YUV 123.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 130 116 146 0.11 0.21 0 0.43 268 0.12 0.51
Hex 82 74 92 B 15 0 2B 10C C 33
Octal 202 164 222 13 25 0 53 414 14 63
Binary 10000010 1110100 10010010 1011 10101 0 101011 100001100 1100 110011

Color Harmonies of #827492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827492

Black with #827492

Text Example


Text Example

White with #827492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827492; }

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

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

background-color css

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

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

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

border-color css

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

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

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