Html Css Color HEX #827994 Topaz

📋 copy color: '#827994'

red 130 ◦ green 121 ◦ blue 148

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

Shades of Topaz #827994

Tints of Topaz #827994

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.33%

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

R = 32.58%
G = 30.33%
B = 37.09%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#827994 (or 0x827994) is known color: Topaz. HEX triplet: 82, 79 and 94. RGB value is (130,121,148). Sum of RGB (Red+Green+Blue) = 130+121+148=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 148 - color contains mainly: blue. Hex color #827994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827994 is #7D866B. Grayscale: #7E7E7E. Windows color (decimal): -8226412 or 9730434. OLE color: 9730434.

HSL color Cylindrical-coordinate representation of color #827994: hue angle of 260º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #827994 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 121 148 -
CMYK 0.12 0.18 0 0.42
HSL 260º 0.11% 0.53% -
HSV(B) 260º 0.18% 0.58% -
XYZ 21.39 20.56 30.86 -
YUV 126.77 139.98 130.3 -
System Red Green Blue C M Y K H S L
Decimal 130 121 148 0.12 0.18 0 0.42 260 0.11 0.53
Hex 82 79 94 C 12 0 2A 104 B 35
Octal 202 171 224 14 22 0 52 404 13 65
Binary 10000010 1111001 10010100 1100 10010 0 101010 100000100 1011 110101

Color Harmonies of #827994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827994

Black with #827994

Text Example


Text Example

White with #827994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827994; }

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

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

background-color css

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

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

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

border-color css

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

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

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