#9460F6

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

Shades of Light Slate Blue #9460F6

Tints of Light Slate Blue #9460F6

Color information

#9460F6 (or 0x9460F6) is unknown color: approx Light Slate Blue. HEX triplet: 94, 60 and F6. RGB value is (148,96,246). Sum of RGB (Red+Green+Blue) = 148+96+246=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #9460F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9460F6 is #6B9F09. Grayscale: #808080. Windows color (decimal): -7053066 or 16146580. OLE color: 16146580.

HSL color Cylindrical-coordinate representation of color #9460F6: hue angle of 260.8º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9460F6 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14896246-
CMYK0.400.6100.04
HSL260.8º89.29%67.06%-
HSV(B)260.8º60.98%96.47%-
XYZ33.0321.3289.56-
YUV128.65194.23141.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.20%
GREEN value IS 96 (37.89% from 255) = 19.59%
BLUE value IS 246 (96.48% from 255) = 50.20%
R=30.20%
G=19.59%
B=50.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal148962460.400.6100.04260.889.2967.06
Hex9460F6283D041055943
Octal224140366507504405131103
Binary10010100110000011110110101000111101010010000010110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9460F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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