#866098

Color #866098 Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #866098

Tints of Ce Soir #866098

Color information

#866098 (or 0x866098) is unknown color: approx Ce Soir. HEX triplet: 86, 60 and 98. RGB value is (134,96,152). Sum of RGB (Red+Green+Blue) = 134+96+152=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 152 - color contains mainly: blue. Hex color #866098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866098 is #799F67. Grayscale: #717171. Windows color (decimal): -7970664 or 9986182. OLE color: 9986182.

HSL color Cylindrical-coordinate representation of color #866098: hue angle of 280.71º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #866098 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13496152-
CMYK0.120.3700.40
HSL280.71º22.58%48.63%-
HSV(B)280.71º36.84%59.61%-
XYZ19.6815.731.7-
YUV113.75149.59142.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.08%
GREEN value IS 96 (37.89% from 255) = 25.13%
BLUE value IS 152 (59.77% from 255) = 39.79%
R=35.08%
G=25.13%
B=39.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal134961520.120.3700.40280.7122.5848.63
Hex866098C250281191731
Octal20614023014450504312761
Binary100001101100000100110001100100101010100010001100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866098; }

 p { color: rgb(134,96,152); }

 H1.HeaderClassName
 {
   color: #866098;
 }
 .AnyTagClassName
 {
   color: #866098;
 }
</style>
background-color css

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

 a { background-color: rgb(134,96,152); }

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

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

 span { border-color: rgb(134,96,152); }

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