#8a84fe

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

Shades of Light Slate Blue #8A84FE

Tints of Light Slate Blue #8A84FE

Color information

#8A84FE (or 0x8A84FE) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 84 and FE. RGB value is (138,132,254). Sum of RGB (Red+Green+Blue) = 138+132+254=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A84FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A84FE is #757B01. Grayscale: #939393. Windows color (decimal): -7699202 or 16680074. OLE color: 16680074.

HSL color Cylindrical-coordinate representation of color #8A84FE: hue angle of 242.95º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A84FE is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB138132254-
CMYK0.460.4800.00
HSL242.95º98.39%75.69%-
HSV(B)242.95º48.03%99.61%-
XYZ36.6229.0697.45-
YUV147.7187.99121.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.34%
GREEN value IS 132 (51.95% from 255) = 25.19%
BLUE value IS 254 (99.61% from 255) = 48.47%
R=26.34%
G=25.19%
B=48.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1381322540.460.4800.00242.9598.3975.69
Hex8A84FE2E3000f3624c
Octal212204376566000363142114
Binary100010101000010011111110101110110000001111001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a84fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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