#948BFA

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

Shades of Light Slate Blue #948BFA

Tints of Light Slate Blue #948BFA

Color information

#948BFA (or 0x948BFA) is unknown color: approx Light Slate Blue. HEX triplet: 94, 8B and FA. RGB value is (148,139,250). Sum of RGB (Red+Green+Blue) = 148+139+250=537 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.56% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #948BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948BFA is #6B7405. Grayscale: #999999. Windows color (decimal): -7042054 or 16419732. OLE color: 16419732.

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

Color convert

RGB148139250-
CMYK0.410.4400.02
HSL244.86º91.74%76.27%-
HSV(B)244.86º44.4%98.04%-
XYZ38.731.6694.51-
YUV154.34181.98123.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.56%
GREEN value IS 139 (54.69% from 255) = 25.88%
BLUE value IS 250 (98.05% from 255) = 46.55%
R=27.56%
G=25.88%
B=46.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1481392500.410.4400.02244.8691.7476.27
Hex948BFA292C02f55c4c
Octal224213372515402365134114
Binary1001010010001011111110101010011011000101111010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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