#946AFB

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

Shades of Light Slate Blue #946AFB

Tints of Light Slate Blue #946AFB

Color information

#946AFB (or 0x946AFB) is unknown color: approx Light Slate Blue. HEX triplet: 94, 6A and FB. RGB value is (148,106,251). Sum of RGB (Red+Green+Blue) = 148+106+251=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #946AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946AFB is #6B9504. Grayscale: #868686. Windows color (decimal): -7050501 or 16476820. OLE color: 16476820.

HSL color Cylindrical-coordinate representation of color #946AFB: hue angle of 257.38º degrees, saturation: 0.95, 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 #946AFB is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB148106251-
CMYK0.410.5800.02
HSL257.38º94.77%70%-
HSV(B)257.38º57.77%98.43%-
XYZ34.7823.5793.98-
YUV135.09193.41137.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.31%
GREEN value IS 106 (41.80% from 255) = 20.99%
BLUE value IS 251 (98.44% from 255) = 49.70%
R=29.31%
G=20.99%
B=49.70%

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
Decimal1481062510.410.5800.02257.3894.7770
Hex946AFB293A021015f46
Octal224152373517202401137106
Binary1001010011010101111101110100111101001010000000110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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