Html Css Color HEX #827394 Topaz

📋 copy color: '#827394'

red 130 ◦ green 115 ◦ blue 148

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

Shades of Topaz #827394

Tints of Topaz #827394

RGB

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

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

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

R = 33.08%
G = 29.26%
B = 37.66%

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

#827394 (or 0x827394) is known color: Topaz. HEX triplet: 82, 73 and 94. RGB value is (130,115,148). Sum of RGB (Red+Green+Blue) = 130+115+148=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 148 - color contains mainly: blue. Hex color #827394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827394 is #7D8C6B. Grayscale: #7B7B7B. Windows color (decimal): -8227948 or 9728898. OLE color: 9728898.

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

Color convert

RGB 130 115 148 -
CMYK 0.12 0.22 0 0.42
HSL 267.27º 0.13% 0.52% -
HSV(B) 267.27º 0.22% 0.58% -
XYZ 20.68 19.15 30.62 -
YUV 123.25 141.97 132.82 -
System Red Green Blue C M Y K H S L
Decimal 130 115 148 0.12 0.22 0 0.42 267.27 0.13 0.52
Hex 82 73 94 C 16 0 2A 10B D 34
Octal 202 163 224 14 26 0 52 413 15 64
Binary 10000010 1110011 10010100 1100 10110 0 101010 100001011 1101 110100

Color Harmonies of #827394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827394

Black with #827394

Text Example


Text Example

White with #827394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827394; }

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

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

background-color css

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

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

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

border-color css

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

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

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