Html Css Color HEX #866897 Ce Soir

📋 copy color: '#866897'

red 134 ◦ green 104 ◦ blue 151

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

Shades of Ce Soir #866897

Tints of Ce Soir #866897

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.74%

 BLUE value IS 151 (59.38% from 255) = 38.82%

R = 34.45%
G = 26.74%
B = 38.82%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#866897 (or 0x866897) is known color: Ce Soir. HEX triplet: 86, 68 and 97. RGB value is (134,104,151). Sum of RGB (Red+Green+Blue) = 134+104+151=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 151 - color contains mainly: blue. Hex color #866897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866897 is #799768. Grayscale: #767676. Windows color (decimal): -7968617 or 9922694. OLE color: 9922694.

HSL color Cylindrical-coordinate representation of color #866897: hue angle of 278.3º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #866897 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 104 151 -
CMYK 0.11 0.31 0 0.41
HSL 278.3º 0.18% 0.5% -
HSV(B) 278.3º 0.31% 0.59% -
XYZ 20.37 17.2 31.53 -
YUV 118.33 146.44 139.18 -
System Red Green Blue C M Y K H S L
Decimal 134 104 151 0.11 0.31 0 0.41 278.3 0.18 0.5
Hex 86 68 97 B 1F 0 29 116 12 32
Octal 206 150 227 13 37 0 51 426 22 62
Binary 10000110 1101000 10010111 1011 11111 0 101001 100010110 10010 110010

Color Harmonies of #866897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866897

Black with #866897

Text Example


Text Example

White with #866897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866897; }

 p { color: rgb(134,104,151); }

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

background-color css

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

 a { background-color: rgb(134,104,151); }

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

border-color css

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

 span { border-color: rgb(134,104,151); }

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