Html Css Color HEX #867994 Topaz

📋 copy color: '#867994'

red 134 ◦ green 121 ◦ blue 148

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

Shades of Topaz #867994

Tints of Topaz #867994

RGB

 RED value IS 134 (52.73% from 255) = 33.25%

 GREEN value IS 121 (47.66% from 255) = 30.02%

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

R = 33.25%
G = 30.02%
B = 36.72%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#867994 (or 0x867994) is known color: Topaz. HEX triplet: 86, 79 and 94. RGB value is (134,121,148). Sum of RGB (Red+Green+Blue) = 134+121+148=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 121 (47.66% from 255 or 30.02% 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 #867994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867994 is #79866B. Grayscale: #7F7F7F. Windows color (decimal): -7964268 or 9730438. OLE color: 9730438.

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

Color convert

RGB 134 121 148 -
CMYK 0.09 0.18 0 0.42
HSL 268.89º 0.11% 0.53% -
HSV(B) 268.89º 0.18% 0.58% -
XYZ 22.01 20.88 30.89 -
YUV 127.97 139.31 132.3 -
System Red Green Blue C M Y K H S L
Decimal 134 121 148 0.09 0.18 0 0.42 268.89 0.11 0.53
Hex 86 79 94 9 12 0 2A 10D B 35
Octal 206 171 224 11 22 0 52 415 13 65
Binary 10000110 1111001 10010100 1001 10010 0 101010 100001101 1011 110101

Color Harmonies of #867994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867994

Black with #867994

Text Example


Text Example

White with #867994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867994; }

 p { color: rgb(134,121,148); }

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

background-color css

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

 a { background-color: rgb(134,121,148); }

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

border-color css

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

 span { border-color: rgb(134,121,148); }

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