Html Css Color HEX #827090 Topaz

📋 copy color: '#827090'

red 130 ◦ green 112 ◦ blue 144

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

Shades of Topaz #827090

Tints of Topaz #827090

RGB

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

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

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

R = 33.68%
G = 29.02%
B = 37.31%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#827090 (or 0x827090) is known color: Topaz. HEX triplet: 82, 70 and 90. RGB value is (130,112,144). Sum of RGB (Red+Green+Blue) = 130+112+144=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 144 - color contains mainly: blue. Hex color #827090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827090 is #7D8F6F. Grayscale: #787878. Windows color (decimal): -8228720 or 9465986. OLE color: 9465986.

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

Color convert

RGB 130 112 144 -
CMYK 0.10 0.22 0 0.44
HSL 273.75º 0.13% 0.5% -
HSV(B) 273.75º 0.22% 0.56% -
XYZ 20.03 18.35 28.87 -
YUV 121.03 140.96 134.4 -
System Red Green Blue C M Y K H S L
Decimal 130 112 144 0.10 0.22 0 0.44 273.75 0.13 0.5
Hex 82 70 90 A 16 0 2C 112 D 32
Octal 202 160 220 12 26 0 54 422 15 62
Binary 10000010 1110000 10010000 1010 10110 0 101100 100010010 1101 110010

Color Harmonies of #827090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827090

Black with #827090

Text Example


Text Example

White with #827090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827090; }

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

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

background-color css

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

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

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

border-color css

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

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

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