Html Css Color HEX #8D54FC Light Slate Blue

📋 copy color: '#8D54FC'

red 141 ◦ green 84 ◦ blue 252

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

Shades of Light Slate Blue #8D54FC

Tints of Light Slate Blue #8D54FC

RGB

 RED value IS 141 (55.47% from 255) = 29.56%

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

 BLUE value IS 252 (98.83% from 255) = 52.83%

R = 29.56%
G = 17.61%
B = 52.83%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8D54FC (or 0x8D54FC) is known color: Light Slate Blue. HEX triplet: 8D, 54 and FC. RGB value is (141,84,252). Sum of RGB (Red+Green+Blue) = 141+84+252=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D54FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D54FC is #72AB03. Grayscale: #777777. Windows color (decimal): -7514884 or 16536717. OLE color: 16536717.

HSL color Cylindrical-coordinate representation of color #8D54FC: hue angle of 260.36º degrees, saturation: 0.97, 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 #8D54FC is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 141 84 252 -
CMYK 0.44 0.67 0 0.01
HSL 260.36º 0.97% 0.66% -
HSV(B) 260.36º 0.67% 0.99% -
XYZ 31.73 19.03 94.1 -
YUV 120.2 202.38 142.84 -
System Red Green Blue C M Y K H S L
Decimal 141 84 252 0.44 0.67 0 0.01 260.36 0.97 0.66
Hex 8D 54 FC 2C 43 0 1 104 61 42
Octal 215 124 374 54 103 0 1 404 141 102
Binary 10001101 1010100 11111100 101100 1000011 0 1 100000100 1100001 1000010

Color Harmonies of #8D54FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D54FC

Black with #8D54FC

Text Example


Text Example

White with #8D54FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,84,252); }

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

background-color css

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

 a { background-color: rgb(141,84,252); }

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

border-color css

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

 span { border-color: rgb(141,84,252); }

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