#8869AB

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

Shades of Ce Soir #8869AB

Tints of Ce Soir #8869AB

Color information

#8869AB (or 0x8869AB) is unknown color: approx Ce Soir. HEX triplet: 88, 69 and AB. RGB value is (136,105,171). Sum of RGB (Red+Green+Blue) = 136+105+171=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #8869AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8869AB is #779654. Grayscale: #797979. Windows color (decimal): -7837269 or 11233672. OLE color: 11233672.

HSL color Cylindrical-coordinate representation of color #8869AB: hue angle of 268.18º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8869AB is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136105171-
CMYK0.200.3900.33
HSL268.18º28.21%54.12%-
HSV(B)268.18º38.6%67.06%-
XYZ22.5618.2840.87-
YUV121.79155.77138.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.01%
GREEN value IS 105 (41.41% from 255) = 25.49%
BLUE value IS 171 (67.19% from 255) = 41.50%
R=33.01%
G=25.49%
B=41.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361051710.200.3900.33268.1828.2154.12
Hex8869AB142702110c1c36
Octal21015125324470414143466
Binary1000100011010011010101110100100111010000110000110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8869AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8869AB; }

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

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

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

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

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

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

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

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