Html Css Color HEX #867C88 Amethyst Smoke

📋 copy color: '#867C88'

red 134 ◦ green 124 ◦ blue 136

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

Shades of Amethyst Smoke #867C88

Tints of Amethyst Smoke #867C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.52%

R = 34.01%
G = 31.47%
B = 34.52%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#867C88 (or 0x867C88) is known color: Amethyst Smoke. HEX triplet: 86, 7C and 88. RGB value is (134,124,136). Sum of RGB (Red+Green+Blue) = 134+124+136=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 136 - color contains mainly: blue. Hex color #867C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867C88 is #798377. Grayscale: #808080. Windows color (decimal): -7963512 or 8944774. OLE color: 8944774.

HSL color Cylindrical-coordinate representation of color #867C88: hue angle of 290º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #867C88 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 124 136 -
CMYK 0.01 0.09 0 0.47
HSL 290º 0.05% 0.51% -
HSV(B) 290º 0.09% 0.53% -
XYZ 21.48 21.26 26.26 -
YUV 128.36 132.31 132.02 -
System Red Green Blue C M Y K H S L
Decimal 134 124 136 0.01 0.09 0 0.47 290 0.05 0.51
Hex 86 7C 88 1 9 0 2F 122 5 33
Octal 206 174 210 1 11 0 57 442 5 63
Binary 10000110 1111100 10001000 1 1001 0 101111 100100010 101 110011

Color Harmonies of #867C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867C88

Black with #867C88

Text Example


Text Example

White with #867C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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