Html Css Color HEX #8449FA Medium Slate Blue

📋 copy color: '#8449FA'

red 132 ◦ green 73 ◦ blue 250

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

Shades of Medium Slate Blue #8449FA

Tints of Medium Slate Blue #8449FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.95%

R = 29.01%
G = 16.04%
B = 54.95%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8449FA (or 0x8449FA) is known color: Medium Slate Blue. HEX triplet: 84, 49 and FA. RGB value is (132,73,250). Sum of RGB (Red+Green+Blue) = 132+73+250=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #8449FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8449FA is #7BB605. Grayscale: #6E6E6E. Windows color (decimal): -8107526 or 16402820. OLE color: 16402820.

HSL color Cylindrical-coordinate representation of color #8449FA: hue angle of 260º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8449FA is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 73 250 -
CMYK 0.47 0.71 0 0.02
HSL 260º 0.95% 0.63% -
HSV(B) 260º 0.71% 0.98% -
XYZ 29.15 16.57 92.1 -
YUV 110.82 206.55 143.11 -
System Red Green Blue C M Y K H S L
Decimal 132 73 250 0.47 0.71 0 0.02 260 0.95 0.63
Hex 84 49 FA 2F 47 0 2 104 5F 3F
Octal 204 111 372 57 107 0 2 404 137 77
Binary 10000100 1001001 11111010 101111 1000111 0 10 100000100 1011111 111111

Color Harmonies of #8449FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8449FA

Black with #8449FA

Text Example


Text Example

White with #8449FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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