Html Css Color HEX #8A84FE Light Slate Blue

📋 copy color: '#8A84FE'

red 138 ◦ green 132 ◦ blue 254

#8A84FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #8A84FE

Tints of Light Slate Blue #8A84FE

RGB

 RED value IS 138 (54.3% 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 value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8A84FE (or 0x8A84FE) is known color: 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

RGB 138 132 254 -
CMYK 0.46 0.48 0 0.00
HSL 242.95º 0.98% 0.76% -
HSV(B) 242.95º 0.48% 1% -
XYZ 36.62 29.06 97.45 -
YUV 147.7 187.99 121.08 -
System Red Green Blue C M Y K H S L
Decimal 138 132 254 0.46 0.48 0 0.00 242.95 0.98 0.76
Hex 8A 84 FE 2E 30 0 0 F3 62 4C
Octal 212 204 376 56 60 0 0 363 142 114
Binary 10001010 10000100 11111110 101110 110000 0 0 11110011 1100010 1001100

Color Harmonies of #8A84FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A84FE

Black with #8A84FE

Text Example


Text Example

White with #8A84FE

Text Example


Text Example

HTML Codes & Css Web 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>