#948AFE

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

Shades of Light Slate Blue #948AFE

Tints of Light Slate Blue #948AFE

Color information

#948AFE (or 0x948AFE) is unknown color: approx Light Slate Blue. HEX triplet: 94, 8A and FE. RGB value is (148,138,254). Sum of RGB (Red+Green+Blue) = 148+138+254=540 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.41% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #948AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948AFE is #6B7501. Grayscale: #999999. Windows color (decimal): -7042306 or 16681620. OLE color: 16681620.

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

Color convert

RGB148138254-
CMYK0.420.4600.00
HSL245.17º98.31%76.86%-
HSV(B)245.17º45.67%99.61%-
XYZ39.1931.6397.81-
YUV154.21184.31123.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.41%
GREEN value IS 138 (54.30% from 255) = 25.56%
BLUE value IS 254 (99.61% from 255) = 47.04%
R=27.41%
G=25.56%
B=47.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1481382540.420.4600.00245.1798.3176.86
Hex948AFE2A2E00f5624d
Octal224212376525600365142115
Binary100101001000101011111110101010101110001111010111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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