#847DFC

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

Shades of Light Slate Blue #847DFC

Tints of Light Slate Blue #847DFC

Color information

#847DFC (or 0x847DFC) is unknown color: approx Light Slate Blue. HEX triplet: 84, 7D and FC. RGB value is (132,125,252). Sum of RGB (Red+Green+Blue) = 132+125+252=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #847DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847DFC is #7B8203. Grayscale: #8D8D8D. Windows color (decimal): -8094212 or 16547204. OLE color: 16547204.

HSL color Cylindrical-coordinate representation of color #847DFC: hue angle of 243.31º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #847DFC is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB132125252-
CMYK0.480.5000.01
HSL243.31º95.49%73.92%-
HSV(B)243.31º50.4%98.82%-
XYZ34.4226.695.42-
YUV141.57190.32121.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.93%
GREEN value IS 125 (49.22% from 255) = 24.56%
BLUE value IS 252 (98.83% from 255) = 49.51%
R=25.93%
G=24.56%
B=49.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1321252520.480.5000.01243.3195.4973.92
Hex847DFC303201f35f4a
Octal204175374606201363137112
Binary10000100111110111111100110000110010011111001110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,125,252); }

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

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

 a { background-color: rgb(132,125,252); }

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

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

 span { border-color: rgb(132,125,252); }

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