Html Css Color HEX #8448FA Medium Slate Blue

📋 copy color: '#8448FA'

red 132 ◦ green 72 ◦ blue 250

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

Shades of Medium Slate Blue #8448FA

Tints of Medium Slate Blue #8448FA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.86%

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

R = 29.07%
G = 15.86%
B = 55.07%

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

#8448FA (or 0x8448FA) is known color: Medium Slate Blue. HEX triplet: 84, 48 and FA. RGB value is (132,72,250). Sum of RGB (Red+Green+Blue) = 132+72+250=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #8448FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8448FA is #7BB705. Grayscale: #6D6D6D. Windows color (decimal): -8107782 or 16402564. OLE color: 16402564.

HSL color Cylindrical-coordinate representation of color #8448FA: hue angle of 260.22º 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 #8448FA is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 72 250 -
CMYK 0.47 0.71 0 0.02
HSL 260.22º 0.95% 0.63% -
HSV(B) 260.22º 0.71% 0.98% -
XYZ 29.09 16.44 92.08 -
YUV 110.23 206.88 143.53 -
System Red Green Blue C M Y K H S L
Decimal 132 72 250 0.47 0.71 0 0.02 260.22 0.95 0.63
Hex 84 48 FA 2F 47 0 2 104 5F 3F
Octal 204 110 372 57 107 0 2 404 137 77
Binary 10000100 1001000 11111010 101111 1000111 0 10 100000100 1011111 111111

Color Harmonies of #8448FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8448FA

Black with #8448FA

Text Example


Text Example

White with #8448FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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