#865db0

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

Shades of Ce Soir #865DB0

Tints of Ce Soir #865DB0

Color information

#865DB0 (or 0x865DB0) is unknown color: approx Ce Soir. HEX triplet: 86, 5D and B0. RGB value is (134,93,176). Sum of RGB (Red+Green+Blue) = 134+93+176=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 176 - color contains mainly: blue. Hex color #865DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865DB0 is #79A24F. Grayscale: #727272. Windows color (decimal): -7971408 or 11558278. OLE color: 11558278.

HSL color Cylindrical-coordinate representation of color #865DB0: hue angle of 269.64º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #865DB0 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13493176-
CMYK0.240.4700.31
HSL269.64º34.44%52.75%-
HSV(B)269.64º47.16%69.02%-
XYZ21.5816.0343.03-
YUV114.72162.58141.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.25%
GREEN value IS 93 (36.72% from 255) = 23.08%
BLUE value IS 176 (69.14% from 255) = 43.67%
R=33.25%
G=23.08%
B=43.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134931760.240.4700.31269.6434.4452.75
Hex865DB0182F01F10e2235
Octal20613526030570374164265
Binary1000011010111011011000011000101111011111100001110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865db0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865db0; }

 p { color: rgb(134,93,176); }

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

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

 a { background-color: rgb(134,93,176); }

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

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

 span { border-color: rgb(134,93,176); }

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