#875CAB

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

Shades of Ce Soir #875CAB

Tints of Ce Soir #875CAB

Color information

#875CAB (or 0x875CAB) is unknown color: approx Ce Soir. HEX triplet: 87, 5C and AB. RGB value is (135,92,171). Sum of RGB (Red+Green+Blue) = 135+92+171=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #875CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875CAB is #78A354. Grayscale: #717171. Windows color (decimal): -7906133 or 11230343. OLE color: 11230343.

HSL color Cylindrical-coordinate representation of color #875CAB: hue angle of 272.66º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #875CAB is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13592171-
CMYK0.210.4600.33
HSL272.66º31.98%51.57%-
HSV(B)272.66º46.2%67.06%-
XYZ21.1715.7540.45-
YUV113.86160.25143.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.92%
GREEN value IS 92 (36.33% from 255) = 23.12%
BLUE value IS 171 (67.19% from 255) = 42.96%
R=33.92%
G=23.12%
B=42.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal135921710.210.4600.33272.6631.9851.57
Hex875CAB152E0211112034
Octal20713425325560414214064
Binary10000111101110010101011101011011100100001100010001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875CAB; }

 p { color: rgb(135,92,171); }

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

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

 a { background-color: rgb(135,92,171); }

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

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

 span { border-color: rgb(135,92,171); }

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