#8661FB

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

Shades of Light Slate Blue #8661FB

Tints of Light Slate Blue #8661FB

Color information

#8661FB (or 0x8661FB) is unknown color: approx Light Slate Blue. HEX triplet: 86, 61 and FB. RGB value is (134,97,251). Sum of RGB (Red+Green+Blue) = 134+97+251=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #8661FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8661FB is #799E04. Grayscale: #7D7D7D. Windows color (decimal): -7970309 or 16474502. OLE color: 16474502.

HSL color Cylindrical-coordinate representation of color #8661FB: hue angle of 254.42º 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 #8661FB is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13497251-
CMYK0.470.6100.02
HSL254.42º95.06%68.24%-
HSV(B)254.42º61.35%98.43%-
XYZ31.5220.5893.58-
YUV125.62198.76133.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.80%
GREEN value IS 97 (38.28% from 255) = 20.12%
BLUE value IS 251 (98.44% from 255) = 52.07%
R=27.80%
G=20.12%
B=52.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal134972510.470.6100.02254.4295.0668.24
Hex8661FB2F3D02fe5f44
Octal206141373577502376137104
Binary100001101100001111110111011111111010101111111010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8661FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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