#947DF9

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

Shades of Light Slate Blue #947DF9

Tints of Light Slate Blue #947DF9

Color information

#947DF9 (or 0x947DF9) is unknown color: approx Light Slate Blue. HEX triplet: 94, 7D and F9. RGB value is (148,125,249). Sum of RGB (Red+Green+Blue) = 148+125+249=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #947DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947DF9 is #6B8206. Grayscale: #919191. Windows color (decimal): -7045639 or 16350612. OLE color: 16350612.

HSL color Cylindrical-coordinate representation of color #947DF9: hue angle of 251.13º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #947DF9 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB148125249-
CMYK0.410.5000.02
HSL251.13º91.18%73.33%-
HSV(B)251.13º49.8%97.65%-
XYZ36.6527.893.06-
YUV146.01186.12129.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.35%
GREEN value IS 125 (49.22% from 255) = 23.95%
BLUE value IS 249 (97.66% from 255) = 47.70%
R=28.35%
G=23.95%
B=47.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1481252490.410.5000.02251.1391.1873.33
Hex947DF9293202fb5b49
Octal224175371516202373133111
Binary100101001111101111110011010011100100101111101110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,125,249); }

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

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

 a { background-color: rgb(148,125,249); }

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

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

 span { border-color: rgb(148,125,249); }

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