#948FFA

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

Shades of Light Slate Blue #948FFA

Tints of Light Slate Blue #948FFA

Color information

#948FFA (or 0x948FFA) is unknown color: approx Light Slate Blue. HEX triplet: 94, 8F and FA. RGB value is (148,143,250). Sum of RGB (Red+Green+Blue) = 148+143+250=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #948FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948FFA is #6B7005. Grayscale: #9C9C9C. Windows color (decimal): -7041030 or 16420756. OLE color: 16420756.

HSL color Cylindrical-coordinate representation of color #948FFA: hue angle of 242.8º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #948FFA is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB148143250-
CMYK0.410.4300.02
HSL242.8º91.45%77.06%-
HSV(B)242.8º42.8%98.04%-
XYZ39.2932.8494.71-
YUV156.69180.66121.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.36%
GREEN value IS 143 (56.25% from 255) = 26.43%
BLUE value IS 250 (98.05% from 255) = 46.21%
R=27.36%
G=26.43%
B=46.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1481432500.410.4300.02242.891.4577.06
Hex948FFA292B02f35b4d
Octal224217372515302363133115
Binary1001010010001111111110101010011010110101111001110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948FFA; }

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

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

<style>
 a { background-color: #948FFA; }

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

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

<style>
 span { border-color: #948FFA; }

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

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