#948DF9

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

Shades of Light Slate Blue #948DF9

Tints of Light Slate Blue #948DF9

Color information

#948DF9 (or 0x948DF9) is unknown color: approx Light Slate Blue. HEX triplet: 94, 8D and F9. RGB value is (148,141,249). Sum of RGB (Red+Green+Blue) = 148+141+249=538 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.51% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 249 - color contains mainly: blue. Hex color #948DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948DF9 is #6B7206. Grayscale: #9A9A9A. Windows color (decimal): -7041543 or 16354708. OLE color: 16354708.

HSL color Cylindrical-coordinate representation of color #948DF9: hue angle of 243.89º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #948DF9 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB148141249-
CMYK0.410.4300.02
HSL243.89º90%76.47%-
HSV(B)243.89º43.37%97.65%-
XYZ38.8432.1993.79-
YUV155.4180.82122.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.51%
GREEN value IS 141 (55.47% from 255) = 26.21%
BLUE value IS 249 (97.66% from 255) = 46.28%
R=27.51%
G=26.21%
B=46.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1481412490.410.4300.02243.899076.47
Hex948DF9292B02f45a4c
Octal224215371515302364132114
Binary1001010010001101111110011010011010110101111010010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948DF9; }

 p { color: rgb(148,141,249); }

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

<style>
 a { background-color: #948DF9; }

 a { background-color: rgb(148,141,249); }

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

<style>
 span { border-color: #948DF9; }

 span { border-color: rgb(148,141,249); }

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