Html Css Color HEX #8454DF Medium Slate Blue

📋 copy color: '#8454DF'

red 132 ◦ green 84 ◦ blue 223

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

Shades of Medium Slate Blue #8454DF

Tints of Medium Slate Blue #8454DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.8%

R = 30.07%
G = 19.13%
B = 50.8%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8454DF (or 0x8454DF) is known color: Medium Slate Blue. HEX triplet: 84, 54 and DF. RGB value is (132,84,223). Sum of RGB (Red+Green+Blue) = 132+84+223=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #8454DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8454DF is #7BAB20. Grayscale: #717171. Windows color (decimal): -8104737 or 14636164. OLE color: 14636164.

HSL color Cylindrical-coordinate representation of color #8454DF: hue angle of 260.72º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8454DF is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 84 223 -
CMYK 0.41 0.62 0 0.13
HSL 260.72º 0.68% 0.6% -
HSV(B) 260.72º 0.62% 0.87% -
XYZ 26.01 16.57 71.64 -
YUV 114.2 189.4 140.7 -
System Red Green Blue C M Y K H S L
Decimal 132 84 223 0.41 0.62 0 0.13 260.72 0.68 0.6
Hex 84 54 DF 29 3E 0 D 105 44 3C
Octal 204 124 337 51 76 0 15 405 104 74
Binary 10000100 1010100 11011111 101001 111110 0 1101 100000101 1000100 111100

Color Harmonies of #8454DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8454DF

Black with #8454DF

Text Example


Text Example

White with #8454DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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