#847EEC

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

Shades of Light Slate Blue #847EEC

Tints of Light Slate Blue #847EEC

Color information

#847EEC (or 0x847EEC) is unknown color: approx Light Slate Blue. HEX triplet: 84, 7E and EC. RGB value is (132,126,236). Sum of RGB (Red+Green+Blue) = 132+126+236=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #847EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847EEC is #7B8113. Grayscale: #8B8B8B. Windows color (decimal): -8093972 or 15498884. OLE color: 15498884.

HSL color Cylindrical-coordinate representation of color #847EEC: hue angle of 243.27º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #847EEC is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132126236-
CMYK0.440.4700.07
HSL243.27º74.32%70.98%-
HSV(B)243.27º46.61%92.55%-
XYZ32.1225.8882.66-
YUV140.33181.99122.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.72%
GREEN value IS 126 (49.61% from 255) = 25.51%
BLUE value IS 236 (92.58% from 255) = 47.77%
R=26.72%
G=25.51%
B=47.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321262360.440.4700.07243.2774.3270.98
Hex847EEC2C2F07f34a47
Octal204176354545707363112107
Binary1000010011111101110110010110010111101111111001110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,126,236); }

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

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

 a { background-color: rgb(132,126,236); }

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

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

 span { border-color: rgb(132,126,236); }

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