Html Css Color HEX #826F90 Topaz

📋 copy color: '#826F90'

red 130 ◦ green 111 ◦ blue 144

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

Shades of Topaz #826F90

Tints of Topaz #826F90

RGB

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

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

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

R = 33.77%
G = 28.83%
B = 37.4%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#826F90 (or 0x826F90) is known color: Topaz. HEX triplet: 82, 6F and 90. RGB value is (130,111,144). Sum of RGB (Red+Green+Blue) = 130+111+144=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 144 - color contains mainly: blue. Hex color #826F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826F90 is #7D906F. Grayscale: #787878. Windows color (decimal): -8228976 or 9465730. OLE color: 9465730.

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

Color convert

RGB 130 111 144 -
CMYK 0.10 0.23 0 0.44
HSL 274.55º 0.13% 0.5% -
HSV(B) 274.55º 0.23% 0.56% -
XYZ 19.92 18.13 28.83 -
YUV 120.44 141.29 134.82 -
System Red Green Blue C M Y K H S L
Decimal 130 111 144 0.10 0.23 0 0.44 274.55 0.13 0.5
Hex 82 6F 90 A 17 0 2C 113 D 32
Octal 202 157 220 12 27 0 54 423 15 62
Binary 10000010 1101111 10010000 1010 10111 0 101100 100010011 1101 110010

Color Harmonies of #826F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826F90

Black with #826F90

Text Example


Text Example

White with #826F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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