#947EF8

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

Shades of Light Slate Blue #947EF8

Tints of Light Slate Blue #947EF8

Color information

#947EF8 (or 0x947EF8) is unknown color: approx Light Slate Blue. HEX triplet: 94, 7E and F8. RGB value is (148,126,248). Sum of RGB (Red+Green+Blue) = 148+126+248=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 126 (49.61% from 255 or 24.14% from 522); Blue value is 248 (97.27% from 255 or 47.51% from 522); Max value from RGB is 248 - color contains mainly: blue. Hex color #947EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947EF8 is #6B8107. Grayscale: #929292. Windows color (decimal): -7045384 or 16285332. OLE color: 16285332.

HSL color Cylindrical-coordinate representation of color #947EF8: hue angle of 250.82º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #947EF8 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB148126248-
CMYK0.400.4900.03
HSL250.82º89.71%73.33%-
HSV(B)250.82º49.19%97.25%-
XYZ36.6227.9992.28-
YUV146.49185.29129.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.35%
GREEN value IS 126 (49.61% from 255) = 24.14%
BLUE value IS 248 (97.27% from 255) = 47.51%
R=28.35%
G=24.14%
B=47.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1481262480.400.4900.03250.8289.7173.33
Hex947EF8283103fb5a49
Octal224176370506103373132111
Binary100101001111110111110001010001100010111111101110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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