Html Css Color HEX #827295 Topaz

📋 copy color: '#827295'

red 130 ◦ green 114 ◦ blue 149

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

Shades of Topaz #827295

Tints of Topaz #827295

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.01%

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

R = 33.08%
G = 29.01%
B = 37.91%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#827295 (or 0x827295) is known color: Topaz. HEX triplet: 82, 72 and 95. RGB value is (130,114,149). Sum of RGB (Red+Green+Blue) = 130+114+149=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 149 - color contains mainly: blue. Hex color #827295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827295 is #7D8D6A. Grayscale: #7A7A7A. Windows color (decimal): -8228203 or 9794178. OLE color: 9794178.

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

Color convert

RGB 130 114 149 -
CMYK 0.13 0.23 0 0.42
HSL 267.43º 0.14% 0.52% -
HSV(B) 267.43º 0.23% 0.58% -
XYZ 20.65 18.95 31 -
YUV 122.77 142.8 133.15 -
System Red Green Blue C M Y K H S L
Decimal 130 114 149 0.13 0.23 0 0.42 267.43 0.14 0.52
Hex 82 72 95 D 17 0 2A 10B E 34
Octal 202 162 225 15 27 0 52 413 16 64
Binary 10000010 1110010 10010101 1101 10111 0 101010 100001011 1110 110100

Color Harmonies of #827295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827295

Black with #827295

Text Example


Text Example

White with #827295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827295; }

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

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

background-color css

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

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

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

border-color css

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

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

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