#886998

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

Shades of Ce Soir #886998

Tints of Ce Soir #886998

Color information

#886998 (or 0x886998) is unknown color: approx Ce Soir. HEX triplet: 88, 69 and 98. RGB value is (136,105,152). Sum of RGB (Red+Green+Blue) = 136+105+152=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 152 - color contains mainly: blue. Hex color #886998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886998 is #779667. Grayscale: #777777. Windows color (decimal): -7837288 or 9988488. OLE color: 9988488.

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

Color convert

RGB136105152-
CMYK0.110.3100.40
HSL279.57º18.58%50.39%-
HSV(B)279.57º30.92%59.61%-
XYZ20.8717.632-
YUV119.63146.27139.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.61%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 152 (59.77% from 255) = 38.68%
R=34.61%
G=26.72%
B=38.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1361051520.110.3100.40279.5718.5850.39
Hex886998B1F0281181332
Octal21015123013370504302362
Binary10001000110100110011000101111111010100010001100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886998; }

 p { color: rgb(136,105,152); }

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

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

 a { background-color: rgb(136,105,152); }

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

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

 span { border-color: rgb(136,105,152); }

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