Html Css Color HEX #827494 Topaz

📋 copy color: '#827494'

red 130 ◦ green 116 ◦ blue 148

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

Shades of Topaz #827494

Tints of Topaz #827494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.56%

R = 32.99%
G = 29.44%
B = 37.56%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#827494 (or 0x827494) is known color: Topaz. HEX triplet: 82, 74 and 94. RGB value is (130,116,148). Sum of RGB (Red+Green+Blue) = 130+116+148=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 148 - color contains mainly: blue. Hex color #827494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827494 is #7D8B6B. Grayscale: #7B7B7B. Windows color (decimal): -8227692 or 9729154. OLE color: 9729154.

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

Color convert

RGB 130 116 148 -
CMYK 0.12 0.22 0 0.42
HSL 266.25º 0.13% 0.52% -
HSV(B) 266.25º 0.22% 0.58% -
XYZ 20.8 19.37 30.66 -
YUV 123.83 141.64 132.4 -
System Red Green Blue C M Y K H S L
Decimal 130 116 148 0.12 0.22 0 0.42 266.25 0.13 0.52
Hex 82 74 94 C 16 0 2A 10A D 34
Octal 202 164 224 14 26 0 52 412 15 64
Binary 10000010 1110100 10010100 1100 10110 0 101010 100001010 1101 110100

Color Harmonies of #827494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827494

Black with #827494

Text Example


Text Example

White with #827494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827494; }

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

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

background-color css

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

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

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

border-color css

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

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

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