#938FFF

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

Shades of Light Slate Blue #938FFF

Tints of Light Slate Blue #938FFF

Color information

#938FFF (or 0x938FFF) is unknown color: approx Light Slate Blue. HEX triplet: 93, 8F and FF. RGB value is (147,143,255). Sum of RGB (Red+Green+Blue) = 147+143+255=545 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.97% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #938FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938FFF is #6C7000. Grayscale: #9C9C9C. Windows color (decimal): -7106561 or 16748435. OLE color: 16748435.

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

Color convert

RGB147143255-
CMYK0.420.4400
HSL242.14º100%78.04%-
HSV(B)242.14º43.92%100%-
XYZ39.9133.0798.89-
YUV156.96183.33120.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.97%
GREEN value IS 143 (56.25% from 255) = 26.24%
BLUE value IS 255 (100% from 255) = 46.79%
R=26.97%
G=26.24%
B=46.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1471432550.420.4400242.1410078.04
Hex938FFF2A2C00f2644e
Octal223217377525400362144116
Binary100100111000111111111111101010101100001111001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938FFF; }

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

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

<style>
 a { background-color: #938FFF; }

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

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

<style>
 span { border-color: #938FFF; }

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

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