Html Css Color HEX #8454FF Medium Slate Blue

📋 copy color: '#8454FF'

red 132 ◦ green 84 ◦ blue 255

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

Shades of Medium Slate Blue #8454FF

Tints of Medium Slate Blue #8454FF

RGB

 RED value IS 132 (51.95% from 255) = 28.03%

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

 BLUE value IS 255 (100% from 255) = 54.14%

R = 28.03%
G = 17.83%
B = 54.14%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8454FF (or 0x8454FF) is known color: Medium Slate Blue. HEX triplet: 84, 54 and FF. RGB value is (132,84,255). Sum of RGB (Red+Green+Blue) = 132+84+255=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #8454FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8454FF is #7BAB00. Grayscale: #757575. Windows color (decimal): -8104705 or 16733316. OLE color: 16733316.

HSL color Cylindrical-coordinate representation of color #8454FF: hue angle of 256.84º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8454FF is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 132 84 255 -
CMYK 0.48 0.67 0 0
HSL 256.84º 1% 0.66% -
HSV(B) 256.84º 0.67% 1% -
XYZ 30.74 18.47 96.55 -
YUV 117.85 205.4 138.1 -
System Red Green Blue C M Y K H S L
Decimal 132 84 255 0.48 0.67 0 0 256.84 1 0.66
Hex 84 54 FF 30 43 0 0 101 64 42
Octal 204 124 377 60 103 0 0 401 144 102
Binary 10000100 1010100 11111111 110000 1000011 0 0 100000001 1100100 1000010

Color Harmonies of #8454FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8454FF

Black with #8454FF

Text Example


Text Example

White with #8454FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8454FF; }

 p { color: rgb(132,84,255); }

 H1.HeaderClassName
 {
   color: #8454FF;
 }
 .AnyTagClassName
 {
   color: #8454FF;
 }
</style>

background-color css

<style>
 a { background-color: #8454FF; }

 a { background-color: rgb(132,84,255); }

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

border-color css

<style>
 span { border-color: #8454FF; }

 span { border-color: rgb(132,84,255); }

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