Html Css Color HEX #867E93 Topaz

📋 copy color: '#867E93'

red 134 ◦ green 126 ◦ blue 147

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

Shades of Topaz #867E93

Tints of Topaz #867E93

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.96%

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

R = 32.92%
G = 30.96%
B = 36.12%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#867E93 (or 0x867E93) is known color: Topaz. HEX triplet: 86, 7E and 93. RGB value is (134,126,147). Sum of RGB (Red+Green+Blue) = 134+126+147=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 147 - color contains mainly: blue. Hex color #867E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867E93 is #79816C. Grayscale: #828282. Windows color (decimal): -7962989 or 9666182. OLE color: 9666182.

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

Color convert

RGB 134 126 147 -
CMYK 0.09 0.14 0 0.42
HSL 262.86º 0.09% 0.54% -
HSV(B) 262.86º 0.14% 0.58% -
XYZ 22.56 22.1 30.68 -
YUV 130.79 137.15 130.29 -
System Red Green Blue C M Y K H S L
Decimal 134 126 147 0.09 0.14 0 0.42 262.86 0.09 0.54
Hex 86 7E 93 9 E 0 2A 107 9 36
Octal 206 176 223 11 16 0 52 407 11 66
Binary 10000110 1111110 10010011 1001 1110 0 101010 100000111 1001 110110

Color Harmonies of #867E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867E93

Black with #867E93

Text Example


Text Example

White with #867E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867E93; }

 p { color: rgb(134,126,147); }

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

background-color css

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

 a { background-color: rgb(134,126,147); }

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

border-color css

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

 span { border-color: rgb(134,126,147); }

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