#9264FA

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

Shades of Light Slate Blue #9264FA

Tints of Light Slate Blue #9264FA

Color information

#9264FA (or 0x9264FA) is unknown color: approx Light Slate Blue. HEX triplet: 92, 64 and FA. RGB value is (146,100,250). Sum of RGB (Red+Green+Blue) = 146+100+250=496 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.44% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #9264FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9264FA is #6D9B05. Grayscale: #828282. Windows color (decimal): -7183110 or 16409746. OLE color: 16409746.

HSL color Cylindrical-coordinate representation of color #9264FA: hue angle of 258.4º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9264FA is Cyan = 0.42, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB146100250-
CMYK0.420.600.02
HSL258.4º93.75%68.63%-
HSV(B)258.4º60%98.04%-
XYZ33.6722.1392.94-
YUV130.85195.24138.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.44%
GREEN value IS 100 (39.45% from 255) = 20.16%
BLUE value IS 250 (98.05% from 255) = 50.40%
R=29.44%
G=20.16%
B=50.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1461002500.420.600.02258.493.7568.63
Hex9264FA2A3C021025e45
Octal222144372527402402136105
Binary1001001011001001111101010101011110001010000001010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9264FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9264FA; }

 p { color: rgb(146,100,250); }

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

<style>
 a { background-color: #9264FA; }

 a { background-color: rgb(146,100,250); }

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

<style>
 span { border-color: #9264FA; }

 span { border-color: rgb(146,100,250); }

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