Html Css Color HEX #826E90 Topaz

📋 copy color: '#826E90'

red 130 ◦ green 110 ◦ blue 144

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

Shades of Topaz #826E90

Tints of Topaz #826E90

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.65%

 BLUE value IS 144 (56.64% from 255) = 37.5%

R = 33.85%
G = 28.65%
B = 37.5%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#826E90 (or 0x826E90) is known color: Topaz. HEX triplet: 82, 6E and 90. RGB value is (130,110,144). Sum of RGB (Red+Green+Blue) = 130+110+144=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 144 - color contains mainly: blue. Hex color #826E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826E90 is #7D916F. Grayscale: #777777. Windows color (decimal): -8229232 or 9465474. OLE color: 9465474.

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

Color convert

RGB 130 110 144 -
CMYK 0.10 0.24 0 0.44
HSL 275.29º 0.13% 0.5% -
HSV(B) 275.29º 0.24% 0.56% -
XYZ 19.82 17.91 28.8 -
YUV 119.86 141.63 135.24 -
System Red Green Blue C M Y K H S L
Decimal 130 110 144 0.10 0.24 0 0.44 275.29 0.13 0.5
Hex 82 6E 90 A 18 0 2C 113 D 32
Octal 202 156 220 12 30 0 54 423 15 62
Binary 10000010 1101110 10010000 1010 11000 0 101100 100010011 1101 110010

Color Harmonies of #826E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826E90

Black with #826E90

Text Example


Text Example

White with #826E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,110,144); }

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

background-color css

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

 a { background-color: rgb(130,110,144); }

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

border-color css

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

 span { border-color: rgb(130,110,144); }

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