Html Css Color HEX #827395 Topaz

📋 copy color: '#827395'

red 130 ◦ green 115 ◦ blue 149

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

Shades of Topaz #827395

Tints of Topaz #827395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.19%

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

R = 32.99%
G = 29.19%
B = 37.82%

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

#827395 (or 0x827395) is known color: Topaz. HEX triplet: 82, 73 and 95. RGB value is (130,115,149). Sum of RGB (Red+Green+Blue) = 130+115+149=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 149 - color contains mainly: blue. Hex color #827395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827395 is #7D8C6A. Grayscale: #7B7B7B. Windows color (decimal): -8227947 or 9794434. OLE color: 9794434.

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

Color convert

RGB 130 115 149 -
CMYK 0.13 0.23 0 0.42
HSL 266.47º 0.14% 0.52% -
HSV(B) 266.47º 0.23% 0.58% -
XYZ 20.76 19.18 31.04 -
YUV 123.36 142.47 132.74 -
System Red Green Blue C M Y K H S L
Decimal 130 115 149 0.13 0.23 0 0.42 266.47 0.14 0.52
Hex 82 73 95 D 17 0 2A 10A E 34
Octal 202 163 225 15 27 0 52 412 16 64
Binary 10000010 1110011 10010101 1101 10111 0 101010 100001010 1110 110100

Color Harmonies of #827395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827395

Black with #827395

Text Example


Text Example

White with #827395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827395; }

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

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

background-color css

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

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

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

border-color css

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

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

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