Html Css Color HEX #827094 Topaz

📋 copy color: '#827094'

red 130 ◦ green 112 ◦ blue 148

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

Shades of Topaz #827094

Tints of Topaz #827094

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.72%

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

R = 33.33%
G = 28.72%
B = 37.95%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#827094 (or 0x827094) is known color: Topaz. HEX triplet: 82, 70 and 94. RGB value is (130,112,148). Sum of RGB (Red+Green+Blue) = 130+112+148=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 148 - color contains mainly: blue. Hex color #827094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827094 is #7D8F6B. Grayscale: #797979. Windows color (decimal): -8228716 or 9728130. OLE color: 9728130.

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

Color convert

RGB 130 112 148 -
CMYK 0.12 0.24 0 0.42
HSL 270º 0.14% 0.51% -
HSV(B) 270º 0.24% 0.58% -
XYZ 20.35 18.47 30.51 -
YUV 121.49 142.96 134.07 -
System Red Green Blue C M Y K H S L
Decimal 130 112 148 0.12 0.24 0 0.42 270 0.14 0.51
Hex 82 70 94 C 18 0 2A 10E E 33
Octal 202 160 224 14 30 0 52 416 16 63
Binary 10000010 1110000 10010100 1100 11000 0 101010 100001110 1110 110011

Color Harmonies of #827094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827094

Black with #827094

Text Example


Text Example

White with #827094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827094; }

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

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

background-color css

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

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

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

border-color css

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

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

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