#9378F4

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

Shades of Light Slate Blue #9378F4

Tints of Light Slate Blue #9378F4

Color information

#9378F4 (or 0x9378F4) is unknown color: approx Light Slate Blue. HEX triplet: 93, 78 and F4. RGB value is (147,120,244). Sum of RGB (Red+Green+Blue) = 147+120+244=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 244 (95.70% from 255 or 47.75% from 511); Max value from RGB is 244 - color contains mainly: blue. Hex color #9378F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9378F4 is #6C870B. Grayscale: #8D8D8D. Windows color (decimal): -7112460 or 16021651. OLE color: 16021651.

HSL color Cylindrical-coordinate representation of color #9378F4: hue angle of 253.06º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9378F4 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB147120244-
CMYK0.400.5100.04
HSL253.06º84.93%71.37%-
HSV(B)253.06º50.82%95.69%-
XYZ35.0826.1788.79-
YUV142.21185.45131.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.77%
GREEN value IS 120 (47.27% from 255) = 23.48%
BLUE value IS 244 (95.70% from 255) = 47.75%
R=28.77%
G=23.48%
B=47.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1471202440.400.5100.04253.0684.9371.37
Hex9378F4283304fd5547
Octal223170364506304375125107
Binary1001001111110001111010010100011001101001111110110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9378F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9378F4; }

 p { color: rgb(147,120,244); }

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

<style>
 a { background-color: #9378F4; }

 a { background-color: rgb(147,120,244); }

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

<style>
 span { border-color: #9378F4; }

 span { border-color: rgb(147,120,244); }

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