Html Css Color HEX #867393 Topaz

📋 copy color: '#867393'

red 134 ◦ green 115 ◦ blue 147

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

Shades of Topaz #867393

Tints of Topaz #867393

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.04%

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

R = 33.84%
G = 29.04%
B = 37.12%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#867393 (or 0x867393) is known color: Topaz. HEX triplet: 86, 73 and 93. RGB value is (134,115,147). Sum of RGB (Red+Green+Blue) = 134+115+147=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 147 - color contains mainly: blue. Hex color #867393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867393 is #798C6C. Grayscale: #7C7C7C. Windows color (decimal): -7965805 or 9663366. OLE color: 9663366.

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

Color convert

RGB 134 115 147 -
CMYK 0.09 0.22 0 0.42
HSL 275.63º 0.13% 0.51% -
HSV(B) 275.63º 0.22% 0.58% -
XYZ 21.23 19.44 30.24 -
YUV 124.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 134 115 147 0.09 0.22 0 0.42 275.63 0.13 0.51
Hex 86 73 93 9 16 0 2A 114 D 33
Octal 206 163 223 11 26 0 52 424 15 63
Binary 10000110 1110011 10010011 1001 10110 0 101010 100010100 1101 110011

Color Harmonies of #867393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867393

Black with #867393

Text Example


Text Example

White with #867393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867393; }

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

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

background-color css

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

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

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

border-color css

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

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

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