#86669A

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

Shades of Ce Soir #86669A

Tints of Ce Soir #86669A

Color information

#86669A (or 0x86669A) is unknown color: approx Ce Soir. HEX triplet: 86, 66 and 9A. RGB value is (134,102,154). Sum of RGB (Red+Green+Blue) = 134+102+154=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 154 - color contains mainly: blue. Hex color #86669A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86669A is #799965. Grayscale: #757575. Windows color (decimal): -7969126 or 10118790. OLE color: 10118790.

HSL color Cylindrical-coordinate representation of color #86669A: hue angle of 276.92º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86669A is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB134102154-
CMYK0.130.3400.40
HSL276.92º20.47%50.2%-
HSV(B)276.92º33.77%60.39%-
XYZ20.4216.932.76-
YUV117.5148.6139.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.36%
GREEN value IS 102 (40.23% from 255) = 26.15%
BLUE value IS 154 (60.55% from 255) = 39.49%
R=34.36%
G=26.15%
B=39.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1341021540.130.3400.40276.9220.4750.2
Hex86669AD220281151432
Octal20614623215420504252462
Binary100001101100110100110101101100010010100010001010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86669A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86669A; }

 p { color: rgb(134,102,154); }

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

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

 a { background-color: rgb(134,102,154); }

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

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

 span { border-color: rgb(134,102,154); }

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