Html Css Color HEX #827A90 Topaz

📋 copy color: '#827A90'

red 130 ◦ green 122 ◦ blue 144

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

Shades of Topaz #827A90

Tints of Topaz #827A90

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.81%

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

R = 32.83%
G = 30.81%
B = 36.36%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#827A90 (or 0x827A90) is known color: Topaz. HEX triplet: 82, 7A and 90. RGB value is (130,122,144). Sum of RGB (Red+Green+Blue) = 130+122+144=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 144 - color contains mainly: blue. Hex color #827A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827A90 is #7D856F. Grayscale: #7E7E7E. Windows color (decimal): -8226160 or 9468546. OLE color: 9468546.

HSL color Cylindrical-coordinate representation of color #827A90: hue angle of 261.82º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #827A90 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 122 144 -
CMYK 0.10 0.15 0 0.44
HSL 261.82º 0.09% 0.52% -
HSV(B) 261.82º 0.15% 0.56% -
XYZ 21.2 20.68 29.26 -
YUV 126.9 137.65 130.21 -
System Red Green Blue C M Y K H S L
Decimal 130 122 144 0.10 0.15 0 0.44 261.82 0.09 0.52
Hex 82 7A 90 A F 0 2C 106 9 34
Octal 202 172 220 12 17 0 54 406 11 64
Binary 10000010 1111010 10010000 1010 1111 0 101100 100000110 1001 110100

Color Harmonies of #827A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A90

Black with #827A90

Text Example


Text Example

White with #827A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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