Html Css Color HEX #8A54FD Light Slate Blue

📋 copy color: '#8A54FD'

red 138 ◦ green 84 ◦ blue 253

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

Shades of Light Slate Blue #8A54FD

Tints of Light Slate Blue #8A54FD

RGB

 RED value IS 138 (54.3% from 255) = 29.05%

 GREEN value IS 84 (33.2% from 255) = 17.68%

 BLUE value IS 253 (99.22% from 255) = 53.26%

R = 29.05%
G = 17.68%
B = 53.26%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8A54FD (or 0x8A54FD) is known color: Light Slate Blue. HEX triplet: 8A, 54 and FD. RGB value is (138,84,253). Sum of RGB (Red+Green+Blue) = 138+84+253=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A54FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A54FD is #75AB02. Grayscale: #767676. Windows color (decimal): -7711491 or 16602250. OLE color: 16602250.

HSL color Cylindrical-coordinate representation of color #8A54FD: hue angle of 259.17º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A54FD is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 84 253 -
CMYK 0.45 0.67 0 0.01
HSL 259.17º 0.98% 0.66% -
HSV(B) 259.17º 0.67% 0.99% -
XYZ 31.38 18.84 94.91 -
YUV 119.41 203.39 141.26 -
System Red Green Blue C M Y K H S L
Decimal 138 84 253 0.45 0.67 0 0.01 259.17 0.98 0.66
Hex 8A 54 FD 2D 43 0 1 103 62 42
Octal 212 124 375 55 103 0 1 403 142 102
Binary 10001010 1010100 11111101 101101 1000011 0 1 100000011 1100010 1000010

Color Harmonies of #8A54FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A54FD

Black with #8A54FD

Text Example


Text Example

White with #8A54FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,84,253); }

 H1.HeaderClassName
 {
   color: #8A54FD;
 }
 .AnyTagClassName
 {
   color: #8A54FD;
 }
</style>

background-color css

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

 a { background-color: rgb(138,84,253); }

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

border-color css

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

 span { border-color: rgb(138,84,253); }

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