#948AF2

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

Shades of Light Slate Blue #948AF2

Tints of Light Slate Blue #948AF2

Color information

#948AF2 (or 0x948AF2) is unknown color: approx Light Slate Blue. HEX triplet: 94, 8A and F2. RGB value is (148,138,242). Sum of RGB (Red+Green+Blue) = 148+138+242=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #948AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948AF2 is #6B750D. Grayscale: #989898. Windows color (decimal): -7042318 or 15895188. OLE color: 15895188.

HSL color Cylindrical-coordinate representation of color #948AF2: hue angle of 245.77º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #948AF2 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB148138242-
CMYK0.390.4300.05
HSL245.77º80%74.51%-
HSV(B)245.77º42.98%94.9%-
XYZ37.3330.8888-
YUV152.85178.31124.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.03%
GREEN value IS 138 (54.30% from 255) = 26.14%
BLUE value IS 242 (94.92% from 255) = 45.83%
R=28.03%
G=26.14%
B=45.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1481382420.390.4300.05245.778074.51
Hex948AF2272B05f6504b
Octal224212362475305366120113
Binary10010100100010101111001010011110101101011111011010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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