Html Css Color HEX #827B90 Topaz

📋 copy color: '#827B90'

red 130 ◦ green 123 ◦ blue 144

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

Shades of Topaz #827B90

Tints of Topaz #827B90

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.98%

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

R = 32.75%
G = 30.98%
B = 36.27%

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

#827B90 (or 0x827B90) is known color: Topaz. HEX triplet: 82, 7B and 90. RGB value is (130,123,144). Sum of RGB (Red+Green+Blue) = 130+123+144=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 144 - color contains mainly: blue. Hex color #827B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827B90 is #7D846F. Grayscale: #7F7F7F. Windows color (decimal): -8225904 or 9468802. OLE color: 9468802.

HSL color Cylindrical-coordinate representation of color #827B90: hue angle of 260º 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 #827B90 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 123 144 -
CMYK 0.10 0.15 0 0.44
HSL 260º 0.09% 0.52% -
HSV(B) 260º 0.15% 0.56% -
XYZ 21.32 20.93 29.3 -
YUV 127.49 137.32 129.79 -
System Red Green Blue C M Y K H S L
Decimal 130 123 144 0.10 0.15 0 0.44 260 0.09 0.52
Hex 82 7B 90 A F 0 2C 104 9 34
Octal 202 173 220 12 17 0 54 404 11 64
Binary 10000010 1111011 10010000 1010 1111 0 101100 100000100 1001 110100

Color Harmonies of #827B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B90

Black with #827B90

Text Example


Text Example

White with #827B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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