#86669B

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

Shades of Ce Soir #86669B

Tints of Ce Soir #86669B

Color information

#86669B (or 0x86669B) is unknown color: approx Ce Soir. HEX triplet: 86, 66 and 9B. RGB value is (134,102,155). Sum of RGB (Red+Green+Blue) = 134+102+155=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #86669B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86669B is #799964. Grayscale: #757575. Windows color (decimal): -7969125 or 10184326. OLE color: 10184326.

HSL color Cylindrical-coordinate representation of color #86669B: hue angle of 276.23º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86669B is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB134102155-
CMYK0.140.3400.39
HSL276.23º20.95%50.39%-
HSV(B)276.23º34.19%60.78%-
XYZ20.516.9433.2-
YUV117.61149.1139.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.27%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 155 (60.94% from 255) = 39.64%
R=34.27%
G=26.09%
B=39.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341021550.140.3400.39276.2320.9550.39
Hex86669BE220271141532
Octal20614623316420474242562
Binary100001101100110100110111110100010010011110001010010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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