Html Css Color HEX #827892 Topaz

📋 copy color: '#827892'

red 130 ◦ green 120 ◦ blue 146

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

Shades of Topaz #827892

Tints of Topaz #827892

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.3%

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

R = 32.83%
G = 30.3%
B = 36.87%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#827892 (or 0x827892) is known color: Topaz. HEX triplet: 82, 78 and 92. RGB value is (130,120,146). Sum of RGB (Red+Green+Blue) = 130+120+146=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 146 - color contains mainly: blue. Hex color #827892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827892 is #7D876D. Grayscale: #7D7D7D. Windows color (decimal): -8226670 or 9599106. OLE color: 9599106.

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

Color convert

RGB 130 120 146 -
CMYK 0.11 0.18 0 0.43
HSL 263.08º 0.11% 0.52% -
HSV(B) 263.08º 0.18% 0.57% -
XYZ 21.11 20.25 29.99 -
YUV 125.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 130 120 146 0.11 0.18 0 0.43 263.08 0.11 0.52
Hex 82 78 92 B 12 0 2B 107 B 34
Octal 202 170 222 13 22 0 53 407 13 64
Binary 10000010 1111000 10010010 1011 10010 0 101011 100000111 1011 110100

Color Harmonies of #827892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827892

Black with #827892

Text Example


Text Example

White with #827892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827892; }

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

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

background-color css

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

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

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

border-color css

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

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

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