#9394FF

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

Shades of Light Slate Blue #9394FF

Tints of Light Slate Blue #9394FF

Color information

#9394FF (or 0x9394FF) is unknown color: approx Light Slate Blue. HEX triplet: 93, 94 and FF. RGB value is (147,148,255). Sum of RGB (Red+Green+Blue) = 147+148+255=550 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.73% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #9394FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9394FF is #6C6B00. Grayscale: #9F9F9F. Windows color (decimal): -7105281 or 16749715. OLE color: 16749715.

HSL color Cylindrical-coordinate representation of color #9394FF: hue angle of 239.44º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9394FF is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB147148255-
CMYK0.420.4200
HSL239.44º100%78.82%-
HSV(B)239.44º42.35%100%-
XYZ40.6734.699.14-
YUV159.9181.67118.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.73%
GREEN value IS 148 (58.20% from 255) = 26.91%
BLUE value IS 255 (100% from 255) = 46.36%
R=26.73%
G=26.91%
B=46.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1471482550.420.4200239.4410078.82
Hex9394FF2A2A00ef644f
Octal223224377525200357144117
Binary100100111001010011111111101010101010001110111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9394FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9394FF; }

 p { color: rgb(147,148,255); }

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

<style>
 a { background-color: #9394FF; }

 a { background-color: rgb(147,148,255); }

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

<style>
 span { border-color: #9394FF; }

 span { border-color: rgb(147,148,255); }

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