#938DFD

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

Shades of Light Slate Blue #938DFD

Tints of Light Slate Blue #938DFD

Color information

#938DFD (or 0x938DFD) is unknown color: approx Light Slate Blue. HEX triplet: 93, 8D and FD. RGB value is (147,141,253). Sum of RGB (Red+Green+Blue) = 147+141+253=541 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.17% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #938DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938DFD is #6C7202. Grayscale: #9B9B9B. Windows color (decimal): -7107075 or 16616851. OLE color: 16616851.

HSL color Cylindrical-coordinate representation of color #938DFD: hue angle of 243.21º degrees, saturation: 0.97, 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 #938DFD is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB147141253-
CMYK0.420.4400.01
HSL243.21º96.55%77.25%-
HSV(B)243.21º44.27%99.22%-
XYZ39.2932.3497.1-
YUV155.56182.99121.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.17%
GREEN value IS 141 (55.47% from 255) = 26.06%
BLUE value IS 253 (99.22% from 255) = 46.77%
R=27.17%
G=26.06%
B=46.77%

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
Decimal1471412530.420.4400.01243.2196.5577.25
Hex938DFD2A2C01f3614d
Octal223215375525401363141115
Binary100100111000110111111101101010101100011111001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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