#946AFA

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

Shades of Light Slate Blue #946AFA

Tints of Light Slate Blue #946AFA

Color information

#946AFA (or 0x946AFA) is unknown color: approx Light Slate Blue. HEX triplet: 94, 6A and FA. RGB value is (148,106,250). Sum of RGB (Red+Green+Blue) = 148+106+250=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #946AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946AFA is #6B9505. Grayscale: #868686. Windows color (decimal): -7050502 or 16411284. OLE color: 16411284.

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

Color convert

RGB148106250-
CMYK0.410.5800.02
HSL257.5º93.51%69.8%-
HSV(B)257.5º57.6%98.04%-
XYZ34.6223.5193.15-
YUV134.97192.91137.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.37%
GREEN value IS 106 (41.80% from 255) = 21.03%
BLUE value IS 250 (98.05% from 255) = 49.60%
R=29.37%
G=21.03%
B=49.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1481062500.410.5800.02257.593.5169.8
Hex946AFA293A021025e46
Octal224152372517202402136106
Binary1001010011010101111101010100111101001010000001010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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