Html Css Color HEX #826F92 Topaz

📋 copy color: '#826F92'

red 130 ◦ green 111 ◦ blue 146

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

Shades of Topaz #826F92

Tints of Topaz #826F92

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.68%

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

R = 33.59%
G = 28.68%
B = 37.73%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#826F92 (or 0x826F92) is known color: Topaz. HEX triplet: 82, 6F and 92. RGB value is (130,111,146). Sum of RGB (Red+Green+Blue) = 130+111+146=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 146 - color contains mainly: blue. Hex color #826F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826F92 is #7D906D. Grayscale: #787878. Windows color (decimal): -8228974 or 9596802. OLE color: 9596802.

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

Color convert

RGB 130 111 146 -
CMYK 0.11 0.24 0 0.43
HSL 272.57º 0.14% 0.5% -
HSV(B) 272.57º 0.24% 0.57% -
XYZ 20.08 18.19 29.65 -
YUV 120.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 130 111 146 0.11 0.24 0 0.43 272.57 0.14 0.5
Hex 82 6F 92 B 18 0 2B 111 E 32
Octal 202 157 222 13 30 0 53 421 16 62
Binary 10000010 1101111 10010010 1011 11000 0 101011 100010001 1110 110010

Color Harmonies of #826F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826F92

Black with #826F92

Text Example


Text Example

White with #826F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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