#9460F9

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

Shades of Light Slate Blue #9460F9

Tints of Light Slate Blue #9460F9

Color information

#9460F9 (or 0x9460F9) is unknown color: approx Light Slate Blue. HEX triplet: 94, 60 and F9. RGB value is (148,96,249). Sum of RGB (Red+Green+Blue) = 148+96+249=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 249 (97.66% from 255 or 50.51% from 493); Max value from RGB is 249 - color contains mainly: blue. Hex color #9460F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9460F9 is #6B9F06. Grayscale: #808080. Windows color (decimal): -7053063 or 16343188. OLE color: 16343188.

HSL color Cylindrical-coordinate representation of color #9460F9: hue angle of 260.39º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9460F9 is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14896249-
CMYK0.410.6100.02
HSL260.39º92.73%67.65%-
HSV(B)260.39º61.45%97.65%-
XYZ33.4921.592.01-
YUV128.99195.73141.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.02%
GREEN value IS 96 (37.89% from 255) = 19.47%
BLUE value IS 249 (97.66% from 255) = 50.51%
R=30.02%
G=19.47%
B=50.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal148962490.410.6100.02260.3992.7367.65
Hex9460F9293D021045d44
Octal224140371517502404135104
Binary1001010011000001111100110100111110101010000010010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9460F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9460F9; }

 p { color: rgb(148,96,249); }

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

<style>
 a { background-color: #9460F9; }

 a { background-color: rgb(148,96,249); }

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

<style>
 span { border-color: #9460F9; }

 span { border-color: rgb(148,96,249); }

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