#9364FB

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

Shades of Light Slate Blue #9364FB

Tints of Light Slate Blue #9364FB

Color information

#9364FB (or 0x9364FB) is unknown color: approx Light Slate Blue. HEX triplet: 93, 64 and FB. RGB value is (147,100,251). Sum of RGB (Red+Green+Blue) = 147+100+251=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #9364FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9364FB is #6C9B04. Grayscale: #828282. Windows color (decimal): -7117573 or 16475283. OLE color: 16475283.

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

Color convert

RGB147100251-
CMYK0.410.6000.02
HSL258.68º94.97%68.82%-
HSV(B)258.68º60.16%98.43%-
XYZ3422.2893.78-
YUV131.27195.57139.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.52%
GREEN value IS 100 (39.45% from 255) = 20.08%
BLUE value IS 251 (98.44% from 255) = 50.40%
R=29.52%
G=20.08%
B=50.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1471002510.410.6000.02258.6894.9768.82
Hex9364FB293C021035f45
Octal223144373517402403137105
Binary1001001111001001111101110100111110001010000001110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9364FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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