#9263F7

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

Shades of Light Slate Blue #9263F7

Tints of Light Slate Blue #9263F7

Color information

#9263F7 (or 0x9263F7) is unknown color: approx Light Slate Blue. HEX triplet: 92, 63 and F7. RGB value is (146,99,247). Sum of RGB (Red+Green+Blue) = 146+99+247=492 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.67% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 247 (96.88% from 255 or 50.20% from 492); Max value from RGB is 247 - color contains mainly: blue. Hex color #9263F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9263F7 is #6D9C08. Grayscale: #818181. Windows color (decimal): -7183369 or 16212882. OLE color: 16212882.

HSL color Cylindrical-coordinate representation of color #9263F7: hue angle of 259.05º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9263F7 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB14699247-
CMYK0.410.6000.03
HSL259.05º90.24%67.84%-
HSV(B)259.05º59.92%96.86%-
XYZ33.121.7590.45-
YUV129.93194.07139.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.67%
GREEN value IS 99 (39.06% from 255) = 20.12%
BLUE value IS 247 (96.88% from 255) = 50.20%
R=29.67%
G=20.12%
B=50.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal146992470.410.6000.03259.0590.2467.84
Hex9263F7293C031035a44
Octal222143367517403403132104
Binary1001001011000111111011110100111110001110000001110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9263F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9263F7; }

 p { color: rgb(146,99,247); }

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

<style>
 a { background-color: #9263F7; }

 a { background-color: rgb(146,99,247); }

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

<style>
 span { border-color: #9263F7; }

 span { border-color: rgb(146,99,247); }

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