#847EFA

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

Shades of Light Slate Blue #847EFA

Tints of Light Slate Blue #847EFA

Color information

#847EFA (or 0x847EFA) is unknown color: approx Light Slate Blue. HEX triplet: 84, 7E and FA. RGB value is (132,126,250). Sum of RGB (Red+Green+Blue) = 132+126+250=508 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.98% from 508); Green value is 126 (49.61% from 255 or 24.80% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #847EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847EFA is #7B8105. Grayscale: #8D8D8D. Windows color (decimal): -8093958 or 16416388. OLE color: 16416388.

HSL color Cylindrical-coordinate representation of color #847EFA: hue angle of 242.9º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #847EFA is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB132126250-
CMYK0.470.5000.02
HSL242.9º92.54%73.73%-
HSV(B)242.9º49.6%98.04%-
XYZ34.2326.7393.8-
YUV141.93188.99120.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.98%
GREEN value IS 126 (49.61% from 255) = 24.80%
BLUE value IS 250 (98.05% from 255) = 49.21%
R=25.98%
G=24.80%
B=49.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1321262500.470.5000.02242.992.5473.73
Hex847EFA2F3202f35d4a
Octal204176372576202363135112
Binary100001001111110111110101011111100100101111001110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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