#948EF6

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

Shades of Light Slate Blue #948EF6

Tints of Light Slate Blue #948EF6

Color information

#948EF6 (or 0x948EF6) is unknown color: approx Light Slate Blue. HEX triplet: 94, 8E and F6. RGB value is (148,142,246). Sum of RGB (Red+Green+Blue) = 148+142+246=536 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.61% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 246 - color contains mainly: blue. Hex color #948EF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948EF6 is #6B7109. Grayscale: #9B9B9B. Windows color (decimal): -7041290 or 16158356. OLE color: 16158356.

HSL color Cylindrical-coordinate representation of color #948EF6: hue angle of 243.46º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #948EF6 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB148142246-
CMYK0.400.4200.04
HSL243.46º85.25%76.08%-
HSV(B)243.46º42.28%96.47%-
XYZ38.5232.391.39-
YUV155.65178.99122.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.61%
GREEN value IS 142 (55.86% from 255) = 26.49%
BLUE value IS 246 (96.48% from 255) = 45.90%
R=27.61%
G=26.49%
B=45.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1481422460.400.4200.04243.4685.2576.08
Hex948EF6282A04f3554c
Octal224216366505204363125114
Binary10010100100011101111011010100010101001001111001110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,142,246); }

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

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

 a { background-color: rgb(148,142,246); }

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

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

 span { border-color: rgb(148,142,246); }

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