#946DFA

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

Shades of Light Slate Blue #946DFA

Tints of Light Slate Blue #946DFA

Color information

#946DFA (or 0x946DFA) is unknown color: approx Light Slate Blue. HEX triplet: 94, 6D and FA. RGB value is (148,109,250). Sum of RGB (Red+Green+Blue) = 148+109+250=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #946DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946DFA is #6B9205. Grayscale: #888888. Windows color (decimal): -7049734 or 16412052. OLE color: 16412052.

HSL color Cylindrical-coordinate representation of color #946DFA: hue angle of 256.6º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #946DFA is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB148109250-
CMYK0.410.5600.02
HSL256.6º93.38%70.39%-
HSV(B)256.6º56.4%98.04%-
XYZ34.9424.1493.26-
YUV136.73191.92136.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.19%
GREEN value IS 109 (42.97% from 255) = 21.50%
BLUE value IS 250 (98.05% from 255) = 49.31%
R=29.19%
G=21.50%
B=49.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1481092500.410.5600.02256.693.3870.39
Hex946DFA2938021015d46
Octal224155372517002401135106
Binary1001010011011011111101010100111100001010000000110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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