#8A79FE

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

Shades of Light Slate Blue #8A79FE

Tints of Light Slate Blue #8A79FE

Color information

#8A79FE (or 0x8A79FE) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 79 and FE. RGB value is (138,121,254). Sum of RGB (Red+Green+Blue) = 138+121+254=513 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.90% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A79FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A79FE is #758601. Grayscale: #8C8C8C. Windows color (decimal): -7702018 or 16677258. OLE color: 16677258.

HSL color Cylindrical-coordinate representation of color #8A79FE: hue angle of 247.67º 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 #8A79FE is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB138121254-
CMYK0.460.5200.00
HSL247.67º98.52%73.53%-
HSV(B)247.67º52.36%99.61%-
XYZ35.2126.2396.97-
YUV141.24191.63125.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.90%
GREEN value IS 121 (47.66% from 255) = 23.59%
BLUE value IS 254 (99.61% from 255) = 49.51%
R=26.90%
G=23.59%
B=49.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1381212540.460.5200.00247.6798.5273.53
Hex8A79FE2E3400f8634a
Octal212171376566400370143112
Binary10001010111100111111110101110110100001111100011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A79FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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