#847BFE

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

Shades of Light Slate Blue #847BFE

Tints of Light Slate Blue #847BFE

Color information

#847BFE (or 0x847BFE) is unknown color: approx Light Slate Blue. HEX triplet: 84, 7B and FE. RGB value is (132,123,254). Sum of RGB (Red+Green+Blue) = 132+123+254=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #847BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847BFE is #7B8401. Grayscale: #8C8C8C. Windows color (decimal): -8094722 or 16677764. OLE color: 16677764.

HSL color Cylindrical-coordinate representation of color #847BFE: hue angle of 244.12º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #847BFE is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB132123254-
CMYK0.480.5200.00
HSL244.12º98.5%73.92%-
HSV(B)244.12º51.57%99.61%-
XYZ34.4926.2397.01-
YUV140.62191.98121.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.93%
GREEN value IS 123 (48.44% from 255) = 24.17%
BLUE value IS 254 (99.61% from 255) = 49.90%
R=25.93%
G=24.17%
B=49.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1321232540.480.5200.00244.1298.573.92
Hex847BFE303400f4624a
Octal204173376606400364142112
Binary10000100111101111111110110000110100001111010011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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