#8179FC

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

Shades of Light Slate Blue #8179FC

Tints of Light Slate Blue #8179FC

Color information

#8179FC (or 0x8179FC) is unknown color: approx Light Slate Blue. HEX triplet: 81, 79 and FC. RGB value is (129,121,252). Sum of RGB (Red+Green+Blue) = 129+121+252=502 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.70% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #8179FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8179FC is #7E8603. Grayscale: #898989. Windows color (decimal): -8291844 or 16546177. OLE color: 16546177.

HSL color Cylindrical-coordinate representation of color #8179FC: hue angle of 243.66º 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 #8179FC is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB129121252-
CMYK0.490.5200.01
HSL243.66º95.62%73.14%-
HSV(B)243.66º51.98%98.82%-
XYZ33.4625.3795.23-
YUV138.33192.15121.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.70%
GREEN value IS 121 (47.66% from 255) = 24.10%
BLUE value IS 252 (98.83% from 255) = 50.20%
R=25.70%
G=24.10%
B=50.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1291212520.490.5200.01243.6695.6273.14
Hex8179FC313401f46049
Octal201171374616401364140111
Binary10000001111100111111100110001110100011111010011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8179FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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