#945DF6

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

Shades of Light Slate Blue #945DF6

Tints of Light Slate Blue #945DF6

Color information

#945DF6 (or 0x945DF6) is unknown color: approx Light Slate Blue. HEX triplet: 94, 5D and F6. RGB value is (148,93,246). Sum of RGB (Red+Green+Blue) = 148+93+246=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #945DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945DF6 is #6BA209. Grayscale: #7E7E7E. Windows color (decimal): -7053834 or 16145812. OLE color: 16145812.

HSL color Cylindrical-coordinate representation of color #945DF6: hue angle of 261.57º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #945DF6 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14893246-
CMYK0.400.6200.04
HSL261.57º89.47%66.47%-
HSV(B)261.57º62.2%96.47%-
XYZ32.7620.7889.47-
YUV126.89195.22143.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.39%
GREEN value IS 93 (36.72% from 255) = 19.10%
BLUE value IS 246 (96.48% from 255) = 50.51%
R=30.39%
G=19.10%
B=50.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal148932460.400.6200.04261.5789.4766.47
Hex945DF6283E041065942
Octal224135366507604406131102
Binary10010100101110111110110101000111110010010000011010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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