#945DFF

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

Shades of Light Slate Blue #945DFF

Tints of Light Slate Blue #945DFF

Color information

#945DFF (or 0x945DFF) is unknown color: approx Light Slate Blue. HEX triplet: 94, 5D and FF. RGB value is (148,93,255). Sum of RGB (Red+Green+Blue) = 148+93+255=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #945DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945DFF is #6BA200. Grayscale: #7F7F7F. Windows color (decimal): -7053825 or 16735636. OLE color: 16735636.

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

Color convert

RGB14893255-
CMYK0.420.6400
HSL260.37º100%68.24%-
HSV(B)260.37º63.53%100%-
XYZ34.1821.3496.93-
YUV127.91199.72142.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.84%
GREEN value IS 93 (36.72% from 255) = 18.75%
BLUE value IS 255 (100% from 255) = 51.41%
R=29.84%
G=18.75%
B=51.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal148932550.420.6400260.3710068.24
Hex945DFF2A40001046444
Octal2241353775210000404144104
Binary1001010010111011111111110101010000000010000010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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