#945DFD

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

Shades of Light Slate Blue #945DFD

Tints of Light Slate Blue #945DFD

Color information

#945DFD (or 0x945DFD) is unknown color: approx Light Slate Blue. HEX triplet: 94, 5D and FD. RGB value is (148,93,253). Sum of RGB (Red+Green+Blue) = 148+93+253=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #945DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945DFD is #6BA202. Grayscale: #7F7F7F. Windows color (decimal): -7053827 or 16604564. OLE color: 16604564.

HSL color Cylindrical-coordinate representation of color #945DFD: hue angle of 260.62º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #945DFD is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB14893253-
CMYK0.420.6300.01
HSL260.62º97.56%67.84%-
HSV(B)260.62º63.24%99.22%-
XYZ33.8621.2295.24-
YUV127.68198.72142.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.96%
GREEN value IS 93 (36.72% from 255) = 18.83%
BLUE value IS 253 (99.22% from 255) = 51.21%
R=29.96%
G=18.83%
B=51.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal148932530.420.6300.01260.6297.5667.84
Hex945DFD2A3F011056244
Octal224135375527701405142104
Binary100101001011101111111011010101111110110000010111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945DFD; }

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

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

<style>
 a { background-color: #945DFD; }

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

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

<style>
 span { border-color: #945DFD; }

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

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