Html Css Color HEX #867C94 Topaz

📋 copy color: '#867C94'

red 134 ◦ green 124 ◦ blue 148

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

Shades of Topaz #867C94

Tints of Topaz #867C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.45%

R = 33%
G = 30.54%
B = 36.45%

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

#867C94 (or 0x867C94) is known color: Topaz. HEX triplet: 86, 7C and 94. RGB value is (134,124,148). Sum of RGB (Red+Green+Blue) = 134+124+148=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 148 - color contains mainly: blue. Hex color #867C94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867C94 is #79836B. Grayscale: #818181. Windows color (decimal): -7963500 or 9731206. OLE color: 9731206.

HSL color Cylindrical-coordinate representation of color #867C94: hue angle of 265º 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 #867C94 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 124 148 -
CMYK 0.09 0.16 0 0.42
HSL 265º 0.1% 0.53% -
HSV(B) 265º 0.16% 0.58% -
XYZ 22.38 21.62 31.01 -
YUV 129.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 134 124 148 0.09 0.16 0 0.42 265 0.1 0.53
Hex 86 7C 94 9 10 0 2A 109 A 35
Octal 206 174 224 11 20 0 52 411 12 65
Binary 10000110 1111100 10010100 1001 10000 0 101010 100001001 1010 110101

Color Harmonies of #867C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867C94

Black with #867C94

Text Example


Text Example

White with #867C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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