#948BFE

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

Shades of Light Slate Blue #948BFE

Tints of Light Slate Blue #948BFE

Color information

#948BFE (or 0x948BFE) is unknown color: approx Light Slate Blue. HEX triplet: 94, 8B and FE. RGB value is (148,139,254). Sum of RGB (Red+Green+Blue) = 148+139+254=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #948BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948BFE is #6B7401. Grayscale: #9A9A9A. Windows color (decimal): -7042050 or 16681876. OLE color: 16681876.

HSL color Cylindrical-coordinate representation of color #948BFE: hue angle of 244.7º 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 #948BFE is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB148139254-
CMYK0.420.4500.00
HSL244.7º98.29%77.06%-
HSV(B)244.7º45.28%99.61%-
XYZ39.3331.9297.85-
YUV154.8183.98123.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.36%
GREEN value IS 139 (54.69% from 255) = 25.69%
BLUE value IS 254 (99.61% from 255) = 46.95%
R=27.36%
G=25.69%
B=46.95%

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
Decimal1481392540.420.4500.00244.798.2977.06
Hex948BFE2A2D00f5624d
Octal224213376525500365142115
Binary100101001000101111111110101010101101001111010111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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