#947EF2

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

Shades of Light Slate Blue #947EF2

Tints of Light Slate Blue #947EF2

Color information

#947EF2 (or 0x947EF2) is unknown color: approx Light Slate Blue. HEX triplet: 94, 7E and F2. RGB value is (148,126,242). Sum of RGB (Red+Green+Blue) = 148+126+242=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #947EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947EF2 is #6B810D. Grayscale: #919191. Windows color (decimal): -7045390 or 15892116. OLE color: 15892116.

HSL color Cylindrical-coordinate representation of color #947EF2: hue angle of 251.38º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #947EF2 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB148126242-
CMYK0.390.4800.05
HSL251.38º81.69%72.16%-
HSV(B)251.38º47.93%94.9%-
XYZ35.727.6387.46-
YUV145.8182.29129.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.68%
GREEN value IS 126 (49.61% from 255) = 24.42%
BLUE value IS 242 (94.92% from 255) = 46.90%
R=28.68%
G=24.42%
B=46.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1481262420.390.4800.05251.3881.6972.16
Hex947EF2273005fb5248
Octal224176362476005373122110
Binary1001010011111101111001010011111000001011111101110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947EF2; }

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

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

<style>
 a { background-color: #947EF2; }

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

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

<style>
 span { border-color: #947EF2; }

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

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