#875BAC

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

Shades of Ce Soir #875BAC

Tints of Ce Soir #875BAC

Color information

#875BAC (or 0x875BAC) is unknown color: approx Ce Soir. HEX triplet: 87, 5B and AC. RGB value is (135,91,172). Sum of RGB (Red+Green+Blue) = 135+91+172=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #875BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875BAC is #78A453. Grayscale: #717171. Windows color (decimal): -7906388 or 11295623. OLE color: 11295623.

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

Color convert

RGB13591172-
CMYK0.220.4700.33
HSL272.59º32.79%51.57%-
HSV(B)272.59º47.09%67.45%-
XYZ21.1815.6140.93-
YUV113.39161.08143.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.92%
GREEN value IS 91 (35.94% from 255) = 22.86%
BLUE value IS 172 (67.58% from 255) = 43.22%
R=33.92%
G=22.86%
B=43.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal135911720.220.4700.33272.5932.7951.57
Hex875BAC162F0211112134
Octal20713325426570414214164
Binary10000111101101110101100101101011110100001100010001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,91,172); }

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

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

 a { background-color: rgb(135,91,172); }

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

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

 span { border-color: rgb(135,91,172); }

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