#847FF7

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

Shades of Light Slate Blue #847FF7

Tints of Light Slate Blue #847FF7

Color information

#847FF7 (or 0x847FF7) is unknown color: approx Light Slate Blue. HEX triplet: 84, 7F and F7. RGB value is (132,127,247). Sum of RGB (Red+Green+Blue) = 132+127+247=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 247 (96.88% from 255 or 48.81% from 506); Max value from RGB is 247 - color contains mainly: blue. Hex color #847FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847FF7 is #7B8008. Grayscale: #8D8D8D. Windows color (decimal): -8093705 or 16220036. OLE color: 16220036.

HSL color Cylindrical-coordinate representation of color #847FF7: hue angle of 242.5º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #847FF7 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB132127247-
CMYK0.470.4900.03
HSL242.5º88.24%73.33%-
HSV(B)242.5º48.58%96.86%-
XYZ33.8926.891.38-
YUV142.18187.16120.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.09%
GREEN value IS 127 (50% from 255) = 25.10%
BLUE value IS 247 (96.88% from 255) = 48.81%
R=26.09%
G=25.10%
B=48.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1321272470.470.4900.03242.588.2473.33
Hex847FF72F3103f25849
Octal204177367576103362130111
Binary100001001111111111101111011111100010111111001010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,127,247); }

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

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

 a { background-color: rgb(132,127,247); }

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

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

 span { border-color: rgb(132,127,247); }

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