Html Css Color HEX #827490 Topaz

📋 copy color: '#827490'

red 130 ◦ green 116 ◦ blue 144

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

Shades of Topaz #827490

Tints of Topaz #827490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.74%

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

R = 33.33%
G = 29.74%
B = 36.92%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#827490 (or 0x827490) is known color: Topaz. HEX triplet: 82, 74 and 90. RGB value is (130,116,144). Sum of RGB (Red+Green+Blue) = 130+116+144=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 144 - color contains mainly: blue. Hex color #827490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827490 is #7D8B6F. Grayscale: #7B7B7B. Windows color (decimal): -8227696 or 9467010. OLE color: 9467010.

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

Color convert

RGB 130 116 144 -
CMYK 0.10 0.19 0 0.44
HSL 270º 0.11% 0.51% -
HSV(B) 270º 0.19% 0.56% -
XYZ 20.49 19.25 29.02 -
YUV 123.38 139.64 132.72 -
System Red Green Blue C M Y K H S L
Decimal 130 116 144 0.10 0.19 0 0.44 270 0.11 0.51
Hex 82 74 90 A 13 0 2C 10E B 33
Octal 202 164 220 12 23 0 54 416 13 63
Binary 10000010 1110100 10010000 1010 10011 0 101100 100001110 1011 110011

Color Harmonies of #827490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827490

Black with #827490

Text Example


Text Example

White with #827490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827490; }

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

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

background-color css

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

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

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

border-color css

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

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

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