Html Css Color HEX #827290 Topaz

📋 copy color: '#827290'

red 130 ◦ green 114 ◦ blue 144

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

Shades of Topaz #827290

Tints of Topaz #827290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.38%

 BLUE value IS 144 (56.64% from 255) = 37.11%

R = 33.51%
G = 29.38%
B = 37.11%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#827290 (or 0x827290) is known color: Topaz. HEX triplet: 82, 72 and 90. RGB value is (130,114,144). Sum of RGB (Red+Green+Blue) = 130+114+144=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 144 - color contains mainly: blue. Hex color #827290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827290 is #7D8D6F. Grayscale: #7A7A7A. Windows color (decimal): -8228208 or 9466498. OLE color: 9466498.

HSL color Cylindrical-coordinate representation of color #827290: hue angle of 272º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #827290 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 114 144 -
CMYK 0.10 0.21 0 0.44
HSL 272º 0.12% 0.51% -
HSV(B) 272º 0.21% 0.56% -
XYZ 20.26 18.79 28.95 -
YUV 122.2 140.3 133.56 -
System Red Green Blue C M Y K H S L
Decimal 130 114 144 0.10 0.21 0 0.44 272 0.12 0.51
Hex 82 72 90 A 15 0 2C 110 C 33
Octal 202 162 220 12 25 0 54 420 14 63
Binary 10000010 1110010 10010000 1010 10101 0 101100 100010000 1100 110011

Color Harmonies of #827290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827290

Black with #827290

Text Example


Text Example

White with #827290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827290; }

 p { color: rgb(130,114,144); }

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

background-color css

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

 a { background-color: rgb(130,114,144); }

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

border-color css

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

 span { border-color: rgb(130,114,144); }

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