#938AFD

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

Shades of Light Slate Blue #938AFD

Tints of Light Slate Blue #938AFD

Color information

#938AFD (or 0x938AFD) is unknown color: approx Light Slate Blue. HEX triplet: 93, 8A and FD. RGB value is (147,138,253). Sum of RGB (Red+Green+Blue) = 147+138+253=538 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.32% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #938AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938AFD is #6C7502. Grayscale: #999999. Windows color (decimal): -7107843 or 16616083. OLE color: 16616083.

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

Color convert

RGB147138253-
CMYK0.420.4500.01
HSL244.7º96.64%76.67%-
HSV(B)244.7º45.45%99.22%-
XYZ38.8531.4796.96-
YUV153.8183.98123.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.32%
GREEN value IS 138 (54.30% from 255) = 25.65%
BLUE value IS 253 (99.22% from 255) = 47.03%
R=27.32%
G=25.65%
B=47.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1471382530.420.4500.01244.796.6476.67
Hex938AFD2A2D01f5614d
Octal223212375525501365141115
Binary100100111000101011111101101010101101011111010111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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