Html Css Color HEX #826F91 Topaz

📋 copy color: '#826F91'

red 130 ◦ green 111 ◦ blue 145

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

Shades of Topaz #826F91

Tints of Topaz #826F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.56%

R = 33.68%
G = 28.76%
B = 37.56%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#826F91 (or 0x826F91) is known color: Topaz. HEX triplet: 82, 6F and 91. RGB value is (130,111,145). Sum of RGB (Red+Green+Blue) = 130+111+145=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 145 - color contains mainly: blue. Hex color #826F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826F91 is #7D906E. Grayscale: #787878. Windows color (decimal): -8228975 or 9531266. OLE color: 9531266.

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

Color convert

RGB 130 111 145 -
CMYK 0.10 0.23 0 0.43
HSL 273.53º 0.13% 0.5% -
HSV(B) 273.53º 0.23% 0.57% -
XYZ 20 18.16 29.24 -
YUV 120.56 141.79 134.74 -
System Red Green Blue C M Y K H S L
Decimal 130 111 145 0.10 0.23 0 0.43 273.53 0.13 0.5
Hex 82 6F 91 A 17 0 2B 112 D 32
Octal 202 157 221 12 27 0 53 422 15 62
Binary 10000010 1101111 10010001 1010 10111 0 101011 100010010 1101 110010

Color Harmonies of #826F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826F91

Black with #826F91

Text Example


Text Example

White with #826F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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