Html Css Color HEX #8449FE Medium Slate Blue

📋 copy color: '#8449FE'

red 132 ◦ green 73 ◦ blue 254

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

Shades of Medium Slate Blue #8449FE

Tints of Medium Slate Blue #8449FE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.9%

 BLUE value IS 254 (99.61% from 255) = 55.34%

R = 28.76%
G = 15.9%
B = 55.34%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8449FE (or 0x8449FE) is known color: Medium Slate Blue. HEX triplet: 84, 49 and FE. RGB value is (132,73,254). Sum of RGB (Red+Green+Blue) = 132+73+254=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #8449FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8449FE is #7BB601. Grayscale: #6E6E6E. Windows color (decimal): -8107522 or 16664964. OLE color: 16664964.

HSL color Cylindrical-coordinate representation of color #8449FE: hue angle of 259.56º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8449FE is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 132 73 254 -
CMYK 0.48 0.71 0 0.00
HSL 259.56º 0.99% 0.64% -
HSV(B) 259.56º 0.71% 1% -
XYZ 29.79 16.83 95.44 -
YUV 111.28 208.55 142.78 -
System Red Green Blue C M Y K H S L
Decimal 132 73 254 0.48 0.71 0 0.00 259.56 0.99 0.64
Hex 84 49 FE 30 47 0 0 104 63 40
Octal 204 111 376 60 107 0 0 404 143 100
Binary 10000100 1001001 11111110 110000 1000111 0 0 100000100 1100011 1000000

Color Harmonies of #8449FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8449FE

Black with #8449FE

Text Example


Text Example

White with #8449FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8449FE; }

 p { color: rgb(132,73,254); }

 H1.HeaderClassName
 {
   color: #8449FE;
 }
 .AnyTagClassName
 {
   color: #8449FE;
 }
</style>

background-color css

<style>
 a { background-color: #8449FE; }

 a { background-color: rgb(132,73,254); }

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

border-color css

<style>
 span { border-color: #8449FE; }

 span { border-color: rgb(132,73,254); }

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