#948CFE

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

Shades of Light Slate Blue #948CFE

Tints of Light Slate Blue #948CFE

Color information

#948CFE (or 0x948CFE) is unknown color: approx Light Slate Blue. HEX triplet: 94, 8C and FE. RGB value is (148,140,254). Sum of RGB (Red+Green+Blue) = 148+140+254=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #948CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948CFE is #6B7301. Grayscale: #9A9A9A. Windows color (decimal): -7041794 or 16682132. OLE color: 16682132.

HSL color Cylindrical-coordinate representation of color #948CFE: hue angle of 244.21º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #948CFE is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB148140254-
CMYK0.420.4500.00
HSL244.21º98.28%77.25%-
HSV(B)244.21º44.88%99.61%-
XYZ39.4832.2197.9-
YUV155.39183.65122.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.31%
GREEN value IS 140 (55.08% from 255) = 25.83%
BLUE value IS 254 (99.61% from 255) = 46.86%
R=27.31%
G=25.83%
B=46.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1481402540.420.4500.00244.2198.2877.25
Hex948CFE2A2D00f4624d
Octal224214376525500364142115
Binary100101001000110011111110101010101101001111010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,140,254); }

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

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

 a { background-color: rgb(148,140,254); }

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

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

 span { border-color: rgb(148,140,254); }

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