Html Css Color HEX #827F90 Topaz

📋 copy color: '#827F90'

red 130 ◦ green 127 ◦ blue 144

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

Shades of Topaz #827F90

Tints of Topaz #827F90

RGB

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

 GREEN value IS 127 (50% from 255) = 31.67%

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

R = 32.42%
G = 31.67%
B = 35.91%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#827F90 (or 0x827F90) is known color: Topaz. HEX triplet: 82, 7F and 90. RGB value is (130,127,144). Sum of RGB (Red+Green+Blue) = 130+127+144=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 144 - color contains mainly: blue. Hex color #827F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827F90 is #7D806F. Grayscale: #818181. Windows color (decimal): -8224880 or 9469826. OLE color: 9469826.

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

Color convert

RGB 130 127 144 -
CMYK 0.10 0.12 0 0.44
HSL 250.59º 0.07% 0.53% -
HSV(B) 250.59º 0.12% 0.56% -
XYZ 21.83 21.94 29.47 -
YUV 129.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 130 127 144 0.10 0.12 0 0.44 250.59 0.07 0.53
Hex 82 7F 90 A C 0 2C FB 7 35
Octal 202 177 220 12 14 0 54 373 7 65
Binary 10000010 1111111 10010000 1010 1100 0 101100 11111011 111 110101

Color Harmonies of #827F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F90

Black with #827F90

Text Example


Text Example

White with #827F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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