#8479FC

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

Shades of Light Slate Blue #8479FC

Tints of Light Slate Blue #8479FC

Color information

#8479FC (or 0x8479FC) is unknown color: approx Light Slate Blue. HEX triplet: 84, 79 and FC. RGB value is (132,121,252). Sum of RGB (Red+Green+Blue) = 132+121+252=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #8479FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8479FC is #7B8603. Grayscale: #8A8A8A. Windows color (decimal): -8095236 or 16546180. OLE color: 16546180.

HSL color Cylindrical-coordinate representation of color #8479FC: hue angle of 245.04º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8479FC is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB132121252-
CMYK0.480.5200.01
HSL245.04º95.62%73.14%-
HSV(B)245.04º51.98%98.82%-
XYZ33.9225.6195.25-
YUV139.22191.64122.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.14%
GREEN value IS 121 (47.66% from 255) = 23.96%
BLUE value IS 252 (98.83% from 255) = 49.90%
R=26.14%
G=23.96%
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.01
SystemRedGreenBlueCMYKHSL
Decimal1321212520.480.5200.01245.0495.6273.14
Hex8479FC303401f56049
Octal204171374606401365140111
Binary10000100111100111111100110000110100011111010111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8479FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8479FC; }

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

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

<style>
 a { background-color: #8479FC; }

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

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

<style>
 span { border-color: #8479FC; }

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

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