Html Css Color HEX #867E95 Topaz

📋 copy color: '#867E95'

red 134 ◦ green 126 ◦ blue 149

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

Shades of Topaz #867E95

Tints of Topaz #867E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.43%

R = 32.76%
G = 30.81%
B = 36.43%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#867E95 (or 0x867E95) is known color: Topaz. HEX triplet: 86, 7E and 95. RGB value is (134,126,149). Sum of RGB (Red+Green+Blue) = 134+126+149=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 149 - color contains mainly: blue. Hex color #867E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867E95 is #79816A. Grayscale: #828282. Windows color (decimal): -7962987 or 9797254. OLE color: 9797254.

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

Color convert

RGB 134 126 149 -
CMYK 0.10 0.15 0 0.42
HSL 260.87º 0.1% 0.54% -
HSV(B) 260.87º 0.15% 0.58% -
XYZ 22.72 22.16 31.51 -
YUV 131.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 134 126 149 0.10 0.15 0 0.42 260.87 0.1 0.54
Hex 86 7E 95 A F 0 2A 105 A 36
Octal 206 176 225 12 17 0 52 405 12 66
Binary 10000110 1111110 10010101 1010 1111 0 101010 100000101 1010 110110

Color Harmonies of #867E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867E95

Black with #867E95

Text Example


Text Example

White with #867E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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