Html Css Color HEX #827B93 Topaz

📋 copy color: '#827B93'

red 130 ◦ green 123 ◦ blue 147

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

Shades of Topaz #827B93

Tints of Topaz #827B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.75%

R = 32.5%
G = 30.75%
B = 36.75%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#827B93 (or 0x827B93) is known color: Topaz. HEX triplet: 82, 7B and 93. RGB value is (130,123,147). Sum of RGB (Red+Green+Blue) = 130+123+147=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 147 - color contains mainly: blue. Hex color #827B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827B93 is #7D846C. Grayscale: #7F7F7F. Windows color (decimal): -8225901 or 9665410. OLE color: 9665410.

HSL color Cylindrical-coordinate representation of color #827B93: hue angle of 257.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #827B93 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 123 147 -
CMYK 0.12 0.16 0 0.42
HSL 257.5º 0.1% 0.53% -
HSV(B) 257.5º 0.16% 0.58% -
XYZ 21.56 21.02 30.52 -
YUV 127.83 138.82 129.55 -
System Red Green Blue C M Y K H S L
Decimal 130 123 147 0.12 0.16 0 0.42 257.5 0.1 0.53
Hex 82 7B 93 C 10 0 2A 102 A 35
Octal 202 173 223 14 20 0 52 402 12 65
Binary 10000010 1111011 10010011 1100 10000 0 101010 100000010 1010 110101

Color Harmonies of #827B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B93

Black with #827B93

Text Example


Text Example

White with #827B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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