Html Css Color HEX #847B94 Topaz

📋 copy color: '#847B94'

red 132 ◦ green 123 ◦ blue 148

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

Shades of Topaz #847B94

Tints of Topaz #847B94

RGB

 RED value IS 132 (51.95% from 255) = 32.75%

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

 BLUE value IS 148 (58.2% from 255) = 36.72%

R = 32.75%
G = 30.52%
B = 36.72%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#847B94 (or 0x847B94) is known color: Topaz. HEX triplet: 84, 7B and 94. RGB value is (132,123,148). Sum of RGB (Red+Green+Blue) = 132+123+148=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 148 - color contains mainly: blue. Hex color #847B94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847B94 is #7B846B. Grayscale: #808080. Windows color (decimal): -8094828 or 9730948. OLE color: 9730948.

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

Color convert

RGB 132 123 148 -
CMYK 0.11 0.17 0 0.42
HSL 261.6º 0.1% 0.53% -
HSV(B) 261.6º 0.17% 0.58% -
XYZ 21.94 21.21 30.95 -
YUV 128.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 132 123 148 0.11 0.17 0 0.42 261.6 0.1 0.53
Hex 84 7B 94 B 11 0 2A 106 A 35
Octal 204 173 224 13 21 0 52 406 12 65
Binary 10000100 1111011 10010100 1011 10001 0 101010 100000110 1010 110101

Color Harmonies of #847B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847B94

Black with #847B94

Text Example


Text Example

White with #847B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847B94; }

 p { color: rgb(132,123,148); }

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

background-color css

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

 a { background-color: rgb(132,123,148); }

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

border-color css

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

 span { border-color: rgb(132,123,148); }

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