#8661FD

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

Shades of Light Slate Blue #8661FD

Tints of Light Slate Blue #8661FD

Color information

#8661FD (or 0x8661FD) is unknown color: approx Light Slate Blue. HEX triplet: 86, 61 and FD. RGB value is (134,97,253). Sum of RGB (Red+Green+Blue) = 134+97+253=484 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.69% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #8661FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8661FD is #799E02. Grayscale: #7D7D7D. Windows color (decimal): -7970307 or 16605574. OLE color: 16605574.

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

Color convert

RGB13497253-
CMYK0.470.6200.01
HSL254.23º97.5%68.63%-
HSV(B)254.23º61.66%99.22%-
XYZ31.8420.7195.25-
YUV125.85199.76133.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.69%
GREEN value IS 97 (38.28% from 255) = 20.04%
BLUE value IS 253 (99.22% from 255) = 52.27%
R=27.69%
G=20.04%
B=52.27%

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
Decimal134972530.470.6200.01254.2397.568.63
Hex8661FD2F3E01fe6245
Octal206141375577601376142105
Binary10000110110000111111101101111111110011111111011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8661FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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