#948BF8

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

Shades of Light Slate Blue #948BF8

Tints of Light Slate Blue #948BF8

Color information

#948BF8 (or 0x948BF8) is unknown color: approx Light Slate Blue. HEX triplet: 94, 8B and F8. RGB value is (148,139,248). Sum of RGB (Red+Green+Blue) = 148+139+248=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 248 (97.27% from 255 or 46.36% from 535); Max value from RGB is 248 - color contains mainly: blue. Hex color #948BF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948BF8 is #6B7407. Grayscale: #999999. Windows color (decimal): -7042056 or 16288660. OLE color: 16288660.

HSL color Cylindrical-coordinate representation of color #948BF8: hue angle of 244.95º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #948BF8 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB148139248-
CMYK0.400.4400.03
HSL244.95º88.62%75.88%-
HSV(B)244.95º43.95%97.25%-
XYZ38.3931.5492.87-
YUV154.12180.98123.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.66%
GREEN value IS 139 (54.69% from 255) = 25.98%
BLUE value IS 248 (97.27% from 255) = 46.36%
R=27.66%
G=25.98%
B=46.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1481392480.400.4400.03244.9588.6275.88
Hex948BF8282C03f5594c
Octal224213370505403365131114
Binary1001010010001011111110001010001011000111111010110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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