#847DF1

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

Shades of Light Slate Blue #847DF1

Tints of Light Slate Blue #847DF1

Color information

#847DF1 (or 0x847DF1) is unknown color: approx Light Slate Blue. HEX triplet: 84, 7D and F1. RGB value is (132,125,241). Sum of RGB (Red+Green+Blue) = 132+125+241=498 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.51% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 241 - color contains mainly: blue. Hex color #847DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847DF1 is #7B820E. Grayscale: #8B8B8B. Windows color (decimal): -8094223 or 15826308. OLE color: 15826308.

HSL color Cylindrical-coordinate representation of color #847DF1: hue angle of 243.62º degrees, saturation: 0.81, 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 #847DF1 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB132125241-
CMYK0.450.4800.05
HSL243.62º80.56%71.76%-
HSV(B)243.62º48.13%94.51%-
XYZ32.7325.9286.5-
YUV140.32184.82122.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.51%
GREEN value IS 125 (49.22% from 255) = 25.10%
BLUE value IS 241 (94.53% from 255) = 48.39%
R=26.51%
G=25.10%
B=48.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1321252410.450.4800.05243.6280.5671.76
Hex847DF12D3005f45148
Octal204175361556005364121110
Binary1000010011111011111000110110111000001011111010010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847DF1; }

 p { color: rgb(132,125,241); }

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

<style>
 a { background-color: #847DF1; }

 a { background-color: rgb(132,125,241); }

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

<style>
 span { border-color: #847DF1; }

 span { border-color: rgb(132,125,241); }

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