#886BF5

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

Shades of Light Slate Blue #886BF5

Tints of Light Slate Blue #886BF5

Color information

#886BF5 (or 0x886BF5) is unknown color: approx Light Slate Blue. HEX triplet: 88, 6B and F5. RGB value is (136,107,245). Sum of RGB (Red+Green+Blue) = 136+107+245=488 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.87% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 245 (96.09% from 255 or 50.20% from 488); Max value from RGB is 245 - color contains mainly: blue. Hex color #886BF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886BF5 is #77940A. Grayscale: #828282. Windows color (decimal): -7836683 or 16083848. OLE color: 16083848.

HSL color Cylindrical-coordinate representation of color #886BF5: hue angle of 252.61º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #886BF5 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB136107245-
CMYK0.440.5600.04
HSL252.61º87.34%69.02%-
HSV(B)252.61º56.33%96.08%-
XYZ31.8922.3489.02-
YUV131.4192.11131.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.87%
GREEN value IS 107 (42.19% from 255) = 21.93%
BLUE value IS 245 (96.09% from 255) = 50.20%
R=27.87%
G=21.93%
B=50.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1361072450.440.5600.04252.6187.3469.02
Hex886BF52C3804fd5745
Octal210153365547004375127105
Binary1000100011010111111010110110011100001001111110110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,107,245); }

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

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

 a { background-color: rgb(136,107,245); }

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

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

 span { border-color: rgb(136,107,245); }

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