#847BF9

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

Shades of Light Slate Blue #847BF9

Tints of Light Slate Blue #847BF9

Color information

#847BF9 (or 0x847BF9) is unknown color: approx Light Slate Blue. HEX triplet: 84, 7B and F9. RGB value is (132,123,249). Sum of RGB (Red+Green+Blue) = 132+123+249=504 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.19% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #847BF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847BF9 is #7B8406. Grayscale: #8B8B8B. Windows color (decimal): -8094727 or 16350084. OLE color: 16350084.

HSL color Cylindrical-coordinate representation of color #847BF9: hue angle of 244.29º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #847BF9 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB132123249-
CMYK0.470.5100.02
HSL244.29º91.3%72.94%-
HSV(B)244.29º50.6%97.65%-
XYZ33.725.9192.85-
YUV140.05189.48122.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.19%
GREEN value IS 123 (48.44% from 255) = 24.40%
BLUE value IS 249 (97.66% from 255) = 49.40%
R=26.19%
G=24.40%
B=49.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1321232490.470.5100.02244.2991.372.94
Hex847BF92F3302f45b49
Octal204173371576302364133111
Binary100001001111011111110011011111100110101111010010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,123,249); }

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

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

 a { background-color: rgb(132,123,249); }

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

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

 span { border-color: rgb(132,123,249); }

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