Html Css Color HEX #826F93 Topaz

📋 copy color: '#826F93'

red 130 ◦ green 111 ◦ blue 147

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

Shades of Topaz #826F93

Tints of Topaz #826F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.89%

R = 33.51%
G = 28.61%
B = 37.89%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#826F93 (or 0x826F93) is known color: Topaz. HEX triplet: 82, 6F and 93. RGB value is (130,111,147). Sum of RGB (Red+Green+Blue) = 130+111+147=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 147 - color contains mainly: blue. Hex color #826F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826F93 is #7D906C. Grayscale: #787878. Windows color (decimal): -8228973 or 9662338. OLE color: 9662338.

HSL color Cylindrical-coordinate representation of color #826F93: hue angle of 271.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #826F93 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 111 147 -
CMYK 0.12 0.24 0 0.42
HSL 271.67º 0.14% 0.51% -
HSV(B) 271.67º 0.24% 0.58% -
XYZ 20.16 18.22 30.06 -
YUV 120.79 142.79 134.57 -
System Red Green Blue C M Y K H S L
Decimal 130 111 147 0.12 0.24 0 0.42 271.67 0.14 0.51
Hex 82 6F 93 C 18 0 2A 110 E 33
Octal 202 157 223 14 30 0 52 420 16 63
Binary 10000010 1101111 10010011 1100 11000 0 101010 100010000 1110 110011

Color Harmonies of #826F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826F93

Black with #826F93

Text Example


Text Example

White with #826F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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