#9457FF

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

Shades of Light Slate Blue #9457FF

Tints of Light Slate Blue #9457FF

Color information

#9457FF (or 0x9457FF) is unknown color: approx Light Slate Blue. HEX triplet: 94, 57 and FF. RGB value is (148,87,255). Sum of RGB (Red+Green+Blue) = 148+87+255=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 87 (34.38% from 255 or 17.76% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #9457FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9457FF is #6BA800. Grayscale: #7B7B7B. Windows color (decimal): -7055361 or 16734100. OLE color: 16734100.

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

Color convert

RGB14887255-
CMYK0.420.6600
HSL261.79º100%67.06%-
HSV(B)261.79º65.88%100%-
XYZ33.6720.3396.76-
YUV124.39201.71144.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.20%
GREEN value IS 87 (34.38% from 255) = 17.76%
BLUE value IS 255 (100% from 255) = 52.04%
R=30.20%
G=17.76%
B=52.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal148872550.420.6600261.7910067.06
Hex9457FF2A42001066443
Octal2241273775210200406144103
Binary1001010010101111111111110101010000100010000011011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9457FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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