#8861FB

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

Shades of Light Slate Blue #8861FB

Tints of Light Slate Blue #8861FB

Color information

#8861FB (or 0x8861FB) is unknown color: approx Light Slate Blue. HEX triplet: 88, 61 and FB. RGB value is (136,97,251). Sum of RGB (Red+Green+Blue) = 136+97+251=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #8861FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8861FB is #779E04. Grayscale: #7D7D7D. Windows color (decimal): -7839237 or 16474504. OLE color: 16474504.

HSL color Cylindrical-coordinate representation of color #8861FB: hue angle of 255.19º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8861FB is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13697251-
CMYK0.460.6100.02
HSL255.19º95.06%68.24%-
HSV(B)255.19º61.35%98.43%-
XYZ31.8420.7593.59-
YUV126.22198.42134.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.10%
GREEN value IS 97 (38.28% from 255) = 20.04%
BLUE value IS 251 (98.44% from 255) = 51.86%
R=28.10%
G=20.04%
B=51.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal136972510.460.6100.02255.1995.0668.24
Hex8861FB2E3D02ff5f44
Octal210141373567502377137104
Binary100010001100001111110111011101111010101111111110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8861FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8861FB; }

 p { color: rgb(136,97,251); }

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

<style>
 a { background-color: #8861FB; }

 a { background-color: rgb(136,97,251); }

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

<style>
 span { border-color: #8861FB; }

 span { border-color: rgb(136,97,251); }

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