#948DFF

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

Shades of Light Slate Blue #948DFF

Tints of Light Slate Blue #948DFF

Color information

#948DFF (or 0x948DFF) is unknown color: approx Light Slate Blue. HEX triplet: 94, 8D and FF. RGB value is (148,141,255). Sum of RGB (Red+Green+Blue) = 148+141+255=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #948DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948DFF is #6B7200. Grayscale: #9B9B9B. Windows color (decimal): -7041537 or 16747924. OLE color: 16747924.

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

Color convert

RGB148141255-
CMYK0.420.4500
HSL243.68º100%77.65%-
HSV(B)243.68º44.71%100%-
XYZ39.7932.5798.8-
YUV156.09183.82122.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.21%
GREEN value IS 141 (55.47% from 255) = 25.92%
BLUE value IS 255 (100% from 255) = 46.88%
R=27.21%
G=25.92%
B=46.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1481412550.420.4500243.6810077.65
Hex948DFF2A2D00f4644e
Octal224215377525500364144116
Binary100101001000110111111111101010101101001111010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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