#938CFE

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

Shades of Light Slate Blue #938CFE

Tints of Light Slate Blue #938CFE

Color information

#938CFE (or 0x938CFE) is unknown color: approx Light Slate Blue. HEX triplet: 93, 8C and FE. RGB value is (147,140,254). Sum of RGB (Red+Green+Blue) = 147+140+254=541 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.17% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #938CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938CFE is #6C7301. Grayscale: #9A9A9A. Windows color (decimal): -7107330 or 16682131. OLE color: 16682131.

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

Color convert

RGB147140254-
CMYK0.420.4500.00
HSL243.68º98.28%77.25%-
HSV(B)243.68º44.88%99.61%-
XYZ39.332.1197.89-
YUV155.09183.82122.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.17%
GREEN value IS 140 (55.08% from 255) = 25.88%
BLUE value IS 254 (99.61% from 255) = 46.95%
R=27.17%
G=25.88%
B=46.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1471402540.420.4500.00243.6898.2877.25
Hex938CFE2A2D00f4624d
Octal223214376525500364142115
Binary100100111000110011111110101010101101001111010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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