Html Css Color HEX #827091 Topaz

📋 copy color: '#827091'

red 130 ◦ green 112 ◦ blue 145

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

Shades of Topaz #827091

Tints of Topaz #827091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.94%

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

R = 33.59%
G = 28.94%
B = 37.47%

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

#827091 (or 0x827091) is known color: Topaz. HEX triplet: 82, 70 and 91. RGB value is (130,112,145). Sum of RGB (Red+Green+Blue) = 130+112+145=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 145 - color contains mainly: blue. Hex color #827091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827091 is #7D8F6E. Grayscale: #797979. Windows color (decimal): -8228719 or 9531522. OLE color: 9531522.

HSL color Cylindrical-coordinate representation of color #827091: hue angle of 272.73º 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 #827091 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 112 145 -
CMYK 0.10 0.23 0 0.43
HSL 272.73º 0.13% 0.5% -
HSV(B) 272.73º 0.23% 0.57% -
XYZ 20.11 18.38 29.28 -
YUV 121.14 141.46 134.32 -
System Red Green Blue C M Y K H S L
Decimal 130 112 145 0.10 0.23 0 0.43 272.73 0.13 0.5
Hex 82 70 91 A 17 0 2B 111 D 32
Octal 202 160 221 12 27 0 53 421 15 62
Binary 10000010 1110000 10010001 1010 10111 0 101011 100010001 1101 110010

Color Harmonies of #827091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827091

Black with #827091

Text Example


Text Example

White with #827091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827091; }

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

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

background-color css

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

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

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

border-color css

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

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

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