#9393FF

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

Shades of Light Slate Blue #9393FF

Tints of Light Slate Blue #9393FF

Color information

#9393FF (or 0x9393FF) is unknown color: approx Light Slate Blue. HEX triplet: 93, 93 and FF. RGB value is (147,147,255). Sum of RGB (Red+Green+Blue) = 147+147+255=549 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.78% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #9393FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9393FF is #6C6C00. Grayscale: #9E9E9E. Windows color (decimal): -7105537 or 16749459. OLE color: 16749459.

HSL color Cylindrical-coordinate representation of color #9393FF: hue angle of 240º 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 #9393FF is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB147147255-
CMYK0.420.4200
HSL240º100%78.82%-
HSV(B)240º42.35%100%-
XYZ40.5234.2999.09-
YUV159.31182119.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.78%
GREEN value IS 147 (57.81% from 255) = 26.78%
BLUE value IS 255 (100% from 255) = 46.45%
R=26.78%
G=26.78%
B=46.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1471472550.420.420024010078.82
Hex9393FF2A2A00f0644f
Octal223223377525200360144117
Binary100100111001001111111111101010101010001111000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9393FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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