#847EEF

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

Shades of Light Slate Blue #847EEF

Tints of Light Slate Blue #847EEF

Color information

#847EEF (or 0x847EEF) is unknown color: approx Light Slate Blue. HEX triplet: 84, 7E and EF. RGB value is (132,126,239). Sum of RGB (Red+Green+Blue) = 132+126+239=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #847EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847EEF is #7B8110. Grayscale: #8C8C8C. Windows color (decimal): -8093969 or 15695492. OLE color: 15695492.

HSL color Cylindrical-coordinate representation of color #847EEF: hue angle of 243.19º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #847EEF is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB132126239-
CMYK0.450.4700.06
HSL243.19º77.93%71.57%-
HSV(B)243.19º47.28%93.73%-
XYZ32.5626.0684.98-
YUV140.68183.49121.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.56%
GREEN value IS 126 (49.61% from 255) = 25.35%
BLUE value IS 239 (93.75% from 255) = 48.09%
R=26.56%
G=25.35%
B=48.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1321262390.450.4700.06243.1977.9371.57
Hex847EEF2D2F06f34e48
Octal204176357555706363116110
Binary1000010011111101110111110110110111101101111001110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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