#9364FA

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

Shades of Light Slate Blue #9364FA

Tints of Light Slate Blue #9364FA

Color information

#9364FA (or 0x9364FA) is unknown color: approx Light Slate Blue. HEX triplet: 93, 64 and FA. RGB value is (147,100,250). Sum of RGB (Red+Green+Blue) = 147+100+250=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #9364FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9364FA is #6C9B05. Grayscale: #828282. Windows color (decimal): -7117574 or 16409747. OLE color: 16409747.

HSL color Cylindrical-coordinate representation of color #9364FA: hue angle of 258.8º 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 #9364FA is Cyan = 0.41, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147100250-
CMYK0.410.600.02
HSL258.8º93.75%68.63%-
HSV(B)258.8º60%98.04%-
XYZ33.8522.2292.95-
YUV131.15195.07139.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.58%
GREEN value IS 100 (39.45% from 255) = 20.12%
BLUE value IS 250 (98.05% from 255) = 50.30%
R=29.58%
G=20.12%
B=50.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1471002500.410.600.02258.893.7568.63
Hex9364FA293C021035e45
Octal223144372517402403136105
Binary1001001111001001111101010100111110001010000001110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9364FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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