#8861FA

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

Shades of Light Slate Blue #8861FA

Tints of Light Slate Blue #8861FA

Color information

#8861FA (or 0x8861FA) is unknown color: approx Light Slate Blue. HEX triplet: 88, 61 and FA. RGB value is (136,97,250). Sum of RGB (Red+Green+Blue) = 136+97+250=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #8861FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8861FA is #779E05. Grayscale: #7D7D7D. Windows color (decimal): -7839238 or 16408968. OLE color: 16408968.

HSL color Cylindrical-coordinate representation of color #8861FA: hue angle of 255.29º degrees, saturation: 0.94, 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 #8861FA is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13697250-
CMYK0.460.6100.02
HSL255.29º93.87%68.04%-
HSV(B)255.29º61.2%98.04%-
XYZ31.6820.6992.77-
YUV126.1197.92135.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.16%
GREEN value IS 97 (38.28% from 255) = 20.08%
BLUE value IS 250 (98.05% from 255) = 51.76%
R=28.16%
G=20.08%
B=51.76%

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
Decimal136972500.460.6100.02255.2993.8768.04
Hex8861FA2E3D02ff5e44
Octal210141372567502377136104
Binary100010001100001111110101011101111010101111111110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8861FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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