#947BF1

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

Shades of Light Slate Blue #947BF1

Tints of Light Slate Blue #947BF1

Color information

#947BF1 (or 0x947BF1) is unknown color: approx Light Slate Blue. HEX triplet: 94, 7B and F1. RGB value is (148,123,241). Sum of RGB (Red+Green+Blue) = 148+123+241=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #947BF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947BF1 is #6B840E. Grayscale: #8F8F8F. Windows color (decimal): -7046159 or 15825812. OLE color: 15825812.

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

Color convert

RGB148123241-
CMYK0.390.4900.05
HSL252.71º80.82%71.37%-
HSV(B)252.71º48.96%94.51%-
XYZ35.1726.8186.54-
YUV143.93182.78130.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.91%
GREEN value IS 123 (48.44% from 255) = 24.02%
BLUE value IS 241 (94.53% from 255) = 47.07%
R=28.91%
G=24.02%
B=47.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1481232410.390.4900.05252.7180.8271.37
Hex947BF1273105fd5147
Octal224173361476105375121107
Binary1001010011110111111000110011111000101011111110110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,123,241); }

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

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

 a { background-color: rgb(148,123,241); }

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

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

 span { border-color: rgb(148,123,241); }

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