#945DFE

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

Shades of Light Slate Blue #945DFE

Tints of Light Slate Blue #945DFE

Color information

#945DFE (or 0x945DFE) is unknown color: approx Light Slate Blue. HEX triplet: 94, 5D and FE. RGB value is (148,93,254). Sum of RGB (Red+Green+Blue) = 148+93+254=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #945DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945DFE is #6BA201. Grayscale: #7F7F7F. Windows color (decimal): -7053826 or 16670100. OLE color: 16670100.

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

Color convert

RGB14893254-
CMYK0.420.6300.00
HSL260.5º98.77%68.04%-
HSV(B)260.5º63.39%99.61%-
XYZ34.0221.2896.08-
YUV127.8199.22142.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.90%
GREEN value IS 93 (36.72% from 255) = 18.79%
BLUE value IS 254 (99.61% from 255) = 51.31%
R=29.90%
G=18.79%
B=51.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal148932540.420.6300.00260.598.7768.04
Hex945DFE2A3F001046344
Octal224135376527700404143104
Binary100101001011101111111101010101111110010000010011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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