Html Css Color HEX #8448FC Medium Slate Blue

📋 copy color: '#8448FC'

red 132 ◦ green 72 ◦ blue 252

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

Shades of Medium Slate Blue #8448FC

Tints of Medium Slate Blue #8448FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.26%

R = 28.95%
G = 15.79%
B = 55.26%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8448FC (or 0x8448FC) is known color: Medium Slate Blue. HEX triplet: 84, 48 and FC. RGB value is (132,72,252). Sum of RGB (Red+Green+Blue) = 132+72+252=456 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.95% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #8448FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8448FC is #7BB703. Grayscale: #6D6D6D. Windows color (decimal): -8107780 or 16533636. OLE color: 16533636.

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

Color convert

RGB 132 72 252 -
CMYK 0.48 0.71 0 0.01
HSL 260º 0.97% 0.64% -
HSV(B) 260º 0.71% 0.99% -
XYZ 29.4 16.57 93.74 -
YUV 110.46 207.88 143.36 -
System Red Green Blue C M Y K H S L
Decimal 132 72 252 0.48 0.71 0 0.01 260 0.97 0.64
Hex 84 48 FC 30 47 0 1 104 61 40
Octal 204 110 374 60 107 0 1 404 141 100
Binary 10000100 1001000 11111100 110000 1000111 0 1 100000100 1100001 1000000

Color Harmonies of #8448FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8448FC

Black with #8448FC

Text Example


Text Example

White with #8448FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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