#867B95

Color #867B95 Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #867B95

Tints of Topaz #867B95

Color information

#867B95 (or 0x867B95) is unknown color: approx Topaz. HEX triplet: 86, 7B and 95. RGB value is (134,123,149). Sum of RGB (Red+Green+Blue) = 134+123+149=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 149 - color contains mainly: blue. Hex color #867B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867B95 is #79846A. Grayscale: #818181. Windows color (decimal): -7963755 or 9796486. OLE color: 9796486.

HSL color Cylindrical-coordinate representation of color #867B95: hue angle of 265.38º degrees, saturation: 0.11, 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 #867B95 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB134123149-
CMYK0.100.1700.42
HSL265.38º10.92%53.33%-
HSV(B)265.38º17.45%58.43%-
XYZ22.3421.431.39-
YUV129.25139.14131.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.00%
GREEN value IS 123 (48.44% from 255) = 30.30%
BLUE value IS 149 (58.59% from 255) = 36.70%
R=33.00%
G=30.30%
B=36.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341231490.100.1700.42265.3810.9253.33
Hex867B95A1102A109b35
Octal20617322512210524111365
Binary1000011011110111001010110101000101010101000010011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #867B95;
 }
 .AnyTagClassName
 {
   color: #867B95;
 }
</style>
background-color css

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

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

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

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

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

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