#948EFD

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

Shades of Light Slate Blue #948EFD

Tints of Light Slate Blue #948EFD

Color information

#948EFD (or 0x948EFD) is unknown color: approx Light Slate Blue. HEX triplet: 94, 8E and FD. RGB value is (148,142,253). Sum of RGB (Red+Green+Blue) = 148+142+253=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #948EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948EFD is #6B7102. Grayscale: #9C9C9C. Windows color (decimal): -7041283 or 16617108. OLE color: 16617108.

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

Color convert

RGB148142253-
CMYK0.420.4400.01
HSL243.24º96.52%77.45%-
HSV(B)243.24º43.87%99.22%-
XYZ39.6232.7397.16-
YUV156.45182.49121.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.26%
GREEN value IS 142 (55.86% from 255) = 26.15%
BLUE value IS 253 (99.22% from 255) = 46.59%
R=27.26%
G=26.15%
B=46.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1481422530.420.4400.01243.2496.5277.45
Hex948EFD2A2C01f3614d
Octal224216375525401363141115
Binary100101001000111011111101101010101100011111001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,142,253); }

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

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

 a { background-color: rgb(148,142,253); }

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

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

 span { border-color: rgb(148,142,253); }

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