#886CFF

Color #886CFF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #886CFF

Tints of Light Slate Blue #886CFF

Color information

#886CFF (or 0x886CFF) is unknown color: approx Light Slate Blue. HEX triplet: 88, 6C and FF. RGB value is (136,108,255). Sum of RGB (Red+Green+Blue) = 136+108+255=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #886CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886CFF is #779300. Grayscale: #848484. Windows color (decimal): -7836417 or 16739464. OLE color: 16739464.

HSL color Cylindrical-coordinate representation of color #886CFF: hue angle of 251.43º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #886CFF is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB136108255-
CMYK0.470.5800
HSL251.43º100%71.18%-
HSV(B)251.43º57.65%100%-
XYZ33.5723.1897.31-
YUV133.13196.78130.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.25%
GREEN value IS 108 (42.58% from 255) = 21.64%
BLUE value IS 255 (100% from 255) = 51.10%
R=27.25%
G=21.64%
B=51.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1361082550.470.5800251.4310071.18
Hex886CFF2F3A00fb6447
Octal210154377577200373144107
Binary10001000110110011111111101111111010001111101111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886CFF; }

 p { color: rgb(136,108,255); }

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

<style>
 a { background-color: #886CFF; }

 a { background-color: rgb(136,108,255); }

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

<style>
 span { border-color: #886CFF; }

 span { border-color: rgb(136,108,255); }

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