#946EFD

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

Shades of Light Slate Blue #946EFD

Tints of Light Slate Blue #946EFD

Color information

#946EFD (or 0x946EFD) is unknown color: approx Light Slate Blue. HEX triplet: 94, 6E and FD. RGB value is (148,110,253). Sum of RGB (Red+Green+Blue) = 148+110+253=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #946EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946EFD is #6B9102. Grayscale: #898989. Windows color (decimal): -7049475 or 16608916. OLE color: 16608916.

HSL color Cylindrical-coordinate representation of color #946EFD: hue angle of 255.94º 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 #946EFD is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB148110253-
CMYK0.420.5700.01
HSL255.94º97.28%71.18%-
HSV(B)255.94º56.52%99.22%-
XYZ35.5224.5495.79-
YUV137.66193.09135.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.96%
GREEN value IS 110 (43.36% from 255) = 21.53%
BLUE value IS 253 (99.22% from 255) = 49.51%
R=28.96%
G=21.53%
B=49.51%

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
Decimal1481102530.420.5700.01255.9497.2871.18
Hex946EFD2A39011006147
Octal224156375527101400141107
Binary100101001101110111111011010101110010110000000011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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