Html Css Color HEX #867093 Topaz

📋 copy color: '#867093'

red 134 ◦ green 112 ◦ blue 147

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

Shades of Topaz #867093

Tints of Topaz #867093

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.5%

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

R = 34.1%
G = 28.5%
B = 37.4%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#867093 (or 0x867093) is known color: Topaz. HEX triplet: 86, 70 and 93. RGB value is (134,112,147). Sum of RGB (Red+Green+Blue) = 134+112+147=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 147 - color contains mainly: blue. Hex color #867093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867093 is #798F6C. Grayscale: #7A7A7A. Windows color (decimal): -7966573 or 9662598. OLE color: 9662598.

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

Color convert

RGB 134 112 147 -
CMYK 0.09 0.24 0 0.42
HSL 277.71º 0.14% 0.51% -
HSV(B) 277.71º 0.24% 0.58% -
XYZ 20.89 18.76 30.12 -
YUV 122.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 134 112 147 0.09 0.24 0 0.42 277.71 0.14 0.51
Hex 86 70 93 9 18 0 2A 116 E 33
Octal 206 160 223 11 30 0 52 426 16 63
Binary 10000110 1110000 10010011 1001 11000 0 101010 100010110 1110 110011

Color Harmonies of #867093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867093

Black with #867093

Text Example


Text Example

White with #867093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867093; }

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

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

background-color css

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

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

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

border-color css

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

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

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