#946DFD

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

Shades of Light Slate Blue #946DFD

Tints of Light Slate Blue #946DFD

Color information

#946DFD (or 0x946DFD) is unknown color: approx Light Slate Blue. HEX triplet: 94, 6D and FD. RGB value is (148,109,253). Sum of RGB (Red+Green+Blue) = 148+109+253=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #946DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946DFD is #6B9202. Grayscale: #888888. Windows color (decimal): -7049731 or 16608660. OLE color: 16608660.

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

Color convert

RGB148109253-
CMYK0.420.5700.01
HSL256.25º97.3%70.98%-
HSV(B)256.25º56.92%99.22%-
XYZ35.4124.3395.76-
YUV137.08193.42135.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.02%
GREEN value IS 109 (42.97% from 255) = 21.37%
BLUE value IS 253 (99.22% from 255) = 49.61%
R=29.02%
G=21.37%
B=49.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1481092530.420.5700.01256.2597.370.98
Hex946DFD2A39011006147
Octal224155375527101400141107
Binary100101001101101111111011010101110010110000000011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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