#8B79FE

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

Shades of Light Slate Blue #8B79FE

Tints of Light Slate Blue #8B79FE

Color information

#8B79FE (or 0x8B79FE) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 79 and FE. RGB value is (139,121,254). Sum of RGB (Red+Green+Blue) = 139+121+254=514 (68% of max value = 765). Red value is 139 (54.69% from 255 or 27.04% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #8B79FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B79FE is #748601. Grayscale: #8D8D8D. Windows color (decimal): -7636482 or 16677259. OLE color: 16677259.

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

Color convert

RGB139121254-
CMYK0.450.5200.00
HSL248.12º98.52%73.53%-
HSV(B)248.12º52.36%99.61%-
XYZ35.3726.3296.98-
YUV141.54191.46126.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.04%
GREEN value IS 121 (47.66% from 255) = 23.54%
BLUE value IS 254 (99.61% from 255) = 49.42%
R=27.04%
G=23.54%
B=49.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1391212540.450.5200.00248.1298.5273.53
Hex8B79FE2D3400f8634a
Octal213171376556400370143112
Binary10001011111100111111110101101110100001111100011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B79FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B79FE; }

 p { color: rgb(139,121,254); }

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

<style>
 a { background-color: #8B79FE; }

 a { background-color: rgb(139,121,254); }

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

<style>
 span { border-color: #8B79FE; }

 span { border-color: rgb(139,121,254); }

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