#938CF4

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

Shades of Light Slate Blue #938CF4

Tints of Light Slate Blue #938CF4

Color information

#938CF4 (or 0x938CF4) is unknown color: approx Light Slate Blue. HEX triplet: 93, 8C and F4. RGB value is (147,140,244). Sum of RGB (Red+Green+Blue) = 147+140+244=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 244 (95.70% from 255 or 45.95% from 531); Max value from RGB is 244 - color contains mainly: blue. Hex color #938CF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938CF4 is #6C730B. Grayscale: #999999. Windows color (decimal): -7107340 or 16026771. OLE color: 16026771.

HSL color Cylindrical-coordinate representation of color #938CF4: hue angle of 244.04º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #938CF4 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB147140244-
CMYK0.400.4300.04
HSL244.04º82.54%75.29%-
HSV(B)244.04º42.62%95.69%-
XYZ37.7431.4989.68-
YUV153.95178.82123.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.68%
GREEN value IS 140 (55.08% from 255) = 26.37%
BLUE value IS 244 (95.70% from 255) = 45.95%
R=27.68%
G=26.37%
B=45.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1471402440.400.4300.04244.0482.5475.29
Hex938CF4282B04f4534b
Octal223214364505304364123113
Binary10010011100011001111010010100010101101001111010010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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