#938CF8

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

Shades of Light Slate Blue #938CF8

Tints of Light Slate Blue #938CF8

Color information

#938CF8 (or 0x938CF8) is unknown color: approx Light Slate Blue. HEX triplet: 93, 8C and F8. RGB value is (147,140,248). Sum of RGB (Red+Green+Blue) = 147+140+248=535 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.48% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 248 (97.27% from 255 or 46.36% from 535); Max value from RGB is 248 - color contains mainly: blue. Hex color #938CF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938CF8 is #6C7307. Grayscale: #999999. Windows color (decimal): -7107336 or 16288915. OLE color: 16288915.

HSL color Cylindrical-coordinate representation of color #938CF8: hue angle of 243.89º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #938CF8 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB147140248-
CMYK0.410.4400.03
HSL243.89º88.52%76.08%-
HSV(B)243.89º43.55%97.25%-
XYZ38.3531.7492.91-
YUV154.4180.82122.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.48%
GREEN value IS 140 (55.08% from 255) = 26.17%
BLUE value IS 248 (97.27% from 255) = 46.36%
R=27.48%
G=26.17%
B=46.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1471402480.410.4400.03243.8988.5276.08
Hex938CF8292C03f4594c
Octal223214370515403364131114
Binary1001001110001100111110001010011011000111111010010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,140,248); }

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

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

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

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

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

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

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