#938FFE

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

Shades of Light Slate Blue #938FFE

Tints of Light Slate Blue #938FFE

Color information

#938FFE (or 0x938FFE) is unknown color: approx Light Slate Blue. HEX triplet: 93, 8F and FE. RGB value is (147,143,254). Sum of RGB (Red+Green+Blue) = 147+143+254=544 (72% of max value = 765). Red value is 147 (57.81% from 255 or 27.02% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #938FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938FFE is #6C7001. Grayscale: #9C9C9C. Windows color (decimal): -7106562 or 16682899. OLE color: 16682899.

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

Color convert

RGB147143254-
CMYK0.420.4400.00
HSL242.16º98.23%77.84%-
HSV(B)242.16º43.7%99.61%-
XYZ39.743398.04-
YUV156.85182.83120.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.02%
GREEN value IS 143 (56.25% from 255) = 26.29%
BLUE value IS 254 (99.61% from 255) = 46.69%
R=27.02%
G=26.29%
B=46.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1471432540.420.4400.00242.1698.2377.84
Hex938FFE2A2C00f2624e
Octal223217376525400362142116
Binary100100111000111111111110101010101100001111001011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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