#938DFC

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

Shades of Light Slate Blue #938DFC

Tints of Light Slate Blue #938DFC

Color information

#938DFC (or 0x938DFC) is unknown color: approx Light Slate Blue. HEX triplet: 93, 8D and FC. RGB value is (147,141,252). Sum of RGB (Red+Green+Blue) = 147+141+252=540 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.22% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #938DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938DFC is #6C7203. Grayscale: #9B9B9B. Windows color (decimal): -7107076 or 16551315. OLE color: 16551315.

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

Color convert

RGB147141252-
CMYK0.420.4400.01
HSL243.24º94.87%77.06%-
HSV(B)243.24º44.05%98.82%-
XYZ39.1332.2896.26-
YUV155.45182.49121.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.22%
GREEN value IS 141 (55.47% from 255) = 26.11%
BLUE value IS 252 (98.83% from 255) = 46.67%
R=27.22%
G=26.11%
B=46.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1471412520.420.4400.01243.2494.8777.06
Hex938DFC2A2C01f35f4d
Octal223215374525401363137115
Binary100100111000110111111100101010101100011111001110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,141,252); }

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

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

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

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

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

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

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