#9456FF

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

Shades of Light Slate Blue #9456FF

Tints of Light Slate Blue #9456FF

Color information

#9456FF (or 0x9456FF) is unknown color: approx Light Slate Blue. HEX triplet: 94, 56 and FF. RGB value is (148,86,255). Sum of RGB (Red+Green+Blue) = 148+86+255=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #9456FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9456FF is #6BA900. Grayscale: #7B7B7B. Windows color (decimal): -7055617 or 16733844. OLE color: 16733844.

HSL color Cylindrical-coordinate representation of color #9456FF: hue angle of 262.01º 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 #9456FF is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14886255-
CMYK0.420.6600
HSL262.01º100%66.86%-
HSV(B)262.01º66.27%100%-
XYZ33.5920.1796.73-
YUV123.8202.04145.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.27%
GREEN value IS 86 (33.98% from 255) = 17.59%
BLUE value IS 255 (100% from 255) = 52.15%
R=30.27%
G=17.59%
B=52.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal148862550.420.6600262.0110066.86
Hex9456FF2A42001066443
Octal2241263775210200406144103
Binary1001010010101101111111110101010000100010000011011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9456FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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