Html Css Color HEX #827495 Topaz

📋 copy color: '#827495'

red 130 ◦ green 116 ◦ blue 149

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

Shades of Topaz #827495

Tints of Topaz #827495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.37%

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

R = 32.91%
G = 29.37%
B = 37.72%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#827495 (or 0x827495) is known color: Topaz. HEX triplet: 82, 74 and 95. RGB value is (130,116,149). Sum of RGB (Red+Green+Blue) = 130+116+149=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 149 - color contains mainly: blue. Hex color #827495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827495 is #7D8B6A. Grayscale: #7B7B7B. Windows color (decimal): -8227691 or 9794690. OLE color: 9794690.

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

Color convert

RGB 130 116 149 -
CMYK 0.13 0.22 0 0.42
HSL 265.45º 0.13% 0.52% -
HSV(B) 265.45º 0.22% 0.58% -
XYZ 20.88 19.41 31.08 -
YUV 123.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 130 116 149 0.13 0.22 0 0.42 265.45 0.13 0.52
Hex 82 74 95 D 16 0 2A 109 D 34
Octal 202 164 225 15 26 0 52 411 15 64
Binary 10000010 1110100 10010101 1101 10110 0 101010 100001001 1101 110100

Color Harmonies of #827495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827495

Black with #827495

Text Example


Text Example

White with #827495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827495; }

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

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

background-color css

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

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

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

border-color css

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

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

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