Html Css Color HEX #827695 Topaz

📋 copy color: '#827695'

red 130 ◦ green 118 ◦ blue 149

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

Shades of Topaz #827695

Tints of Topaz #827695

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.72%

 BLUE value IS 149 (58.59% from 255) = 37.53%

R = 32.75%
G = 29.72%
B = 37.53%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#827695 (or 0x827695) is known color: Topaz. HEX triplet: 82, 76 and 95. RGB value is (130,118,149). Sum of RGB (Red+Green+Blue) = 130+118+149=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 149 - color contains mainly: blue. Hex color #827695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827695 is #7D896A. Grayscale: #7D7D7D. Windows color (decimal): -8227179 or 9795202. OLE color: 9795202.

HSL color Cylindrical-coordinate representation of color #827695: hue angle of 263.23º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #827695 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 118 149 -
CMYK 0.13 0.21 0 0.42
HSL 263.23º 0.13% 0.52% -
HSV(B) 263.23º 0.21% 0.58% -
XYZ 21.11 19.87 31.16 -
YUV 125.12 141.48 131.48 -
System Red Green Blue C M Y K H S L
Decimal 130 118 149 0.13 0.21 0 0.42 263.23 0.13 0.52
Hex 82 76 95 D 15 0 2A 107 D 34
Octal 202 166 225 15 25 0 52 407 15 64
Binary 10000010 1110110 10010101 1101 10101 0 101010 100000111 1101 110100

Color Harmonies of #827695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827695

Black with #827695

Text Example


Text Example

White with #827695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827695; }

 p { color: rgb(130,118,149); }

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

background-color css

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

 a { background-color: rgb(130,118,149); }

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

border-color css

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

 span { border-color: rgb(130,118,149); }

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