#8661FC

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

Shades of Light Slate Blue #8661FC

Tints of Light Slate Blue #8661FC

Color information

#8661FC (or 0x8661FC) is unknown color: approx Light Slate Blue. HEX triplet: 86, 61 and FC. RGB value is (134,97,252). Sum of RGB (Red+Green+Blue) = 134+97+252=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #8661FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8661FC is #799E03. Grayscale: #7D7D7D. Windows color (decimal): -7970308 or 16540038. OLE color: 16540038.

HSL color Cylindrical-coordinate representation of color #8661FC: hue angle of 254.32º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8661FC is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13497252-
CMYK0.470.6200.01
HSL254.32º96.27%68.43%-
HSV(B)254.32º61.51%98.82%-
XYZ31.6820.6594.41-
YUV125.73199.26133.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.74%
GREEN value IS 97 (38.28% from 255) = 20.08%
BLUE value IS 252 (98.83% from 255) = 52.17%
R=27.74%
G=20.08%
B=52.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal134972520.470.6200.01254.3296.2768.43
Hex8661FC2F3E01fe6044
Octal206141374577601376140104
Binary10000110110000111111100101111111110011111111011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8661FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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