Html Css Color HEX #867C93 Topaz

📋 copy color: '#867C93'

red 134 ◦ green 124 ◦ blue 147

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

Shades of Topaz #867C93

Tints of Topaz #867C93

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.62%

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

R = 33.09%
G = 30.62%
B = 36.3%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#867C93 (or 0x867C93) is known color: Topaz. HEX triplet: 86, 7C and 93. RGB value is (134,124,147). Sum of RGB (Red+Green+Blue) = 134+124+147=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 147 - color contains mainly: blue. Hex color #867C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867C93 is #79836C. Grayscale: #818181. Windows color (decimal): -7963501 or 9665670. OLE color: 9665670.

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

Color convert

RGB 134 124 147 -
CMYK 0.09 0.16 0 0.42
HSL 266.09º 0.1% 0.53% -
HSV(B) 266.09º 0.16% 0.58% -
XYZ 22.31 21.59 30.6 -
YUV 129.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 134 124 147 0.09 0.16 0 0.42 266.09 0.1 0.53
Hex 86 7C 93 9 10 0 2A 10A A 35
Octal 206 174 223 11 20 0 52 412 12 65
Binary 10000110 1111100 10010011 1001 10000 0 101010 100001010 1010 110101

Color Harmonies of #867C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867C93

Black with #867C93

Text Example


Text Example

White with #867C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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