#9457FD

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

Shades of Light Slate Blue #9457FD

Tints of Light Slate Blue #9457FD

Color information

#9457FD (or 0x9457FD) is unknown color: approx Light Slate Blue. HEX triplet: 94, 57 and FD. RGB value is (148,87,253). Sum of RGB (Red+Green+Blue) = 148+87+253=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #9457FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9457FD is #6BA802. Grayscale: #7B7B7B. Windows color (decimal): -7055363 or 16603028. OLE color: 16603028.

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

Color convert

RGB14887253-
CMYK0.420.6600.01
HSL262.05º97.65%66.67%-
HSV(B)262.05º65.61%99.22%-
XYZ33.3520.295.07-
YUV124.16200.71145-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.33%
GREEN value IS 87 (34.38% from 255) = 17.83%
BLUE value IS 253 (99.22% from 255) = 51.84%
R=30.33%
G=17.83%
B=51.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal148872530.420.6600.01262.0597.6566.67
Hex9457FD2A42011066243
Octal2241273755210201406142103
Binary1001010010101111111110110101010000100110000011011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9457FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,87,253); }

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

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

 a { background-color: rgb(148,87,253); }

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

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

 span { border-color: rgb(148,87,253); }

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