Html Css Color HEX #827192 Topaz

📋 copy color: '#827192'

red 130 ◦ green 113 ◦ blue 146

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

Shades of Topaz #827192

Tints of Topaz #827192

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.05%

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

R = 33.42%
G = 29.05%
B = 37.53%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#827192 (or 0x827192) is known color: Topaz. HEX triplet: 82, 71 and 92. RGB value is (130,113,146). Sum of RGB (Red+Green+Blue) = 130+113+146=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 146 - color contains mainly: blue. Hex color #827192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827192 is #7D8E6D. Grayscale: #797979. Windows color (decimal): -8228462 or 9597314. OLE color: 9597314.

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

Color convert

RGB 130 113 146 -
CMYK 0.11 0.23 0 0.43
HSL 270.91º 0.13% 0.51% -
HSV(B) 270.91º 0.23% 0.57% -
XYZ 20.3 18.63 29.72 -
YUV 121.85 141.63 133.82 -
System Red Green Blue C M Y K H S L
Decimal 130 113 146 0.11 0.23 0 0.43 270.91 0.13 0.51
Hex 82 71 92 B 17 0 2B 10F D 33
Octal 202 161 222 13 27 0 53 417 15 63
Binary 10000010 1110001 10010010 1011 10111 0 101011 100001111 1101 110011

Color Harmonies of #827192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827192

Black with #827192

Text Example


Text Example

White with #827192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827192; }

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

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

background-color css

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

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

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

border-color css

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

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

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