Html Css Color HEX #8450FD Medium Slate Blue

📋 copy color: '#8450FD'

red 132 ◦ green 80 ◦ blue 253

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

Shades of Medium Slate Blue #8450FD

Tints of Medium Slate Blue #8450FD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.2%

 BLUE value IS 253 (99.22% from 255) = 54.41%

R = 28.39%
G = 17.2%
B = 54.41%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8450FD (or 0x8450FD) is known color: Medium Slate Blue. HEX triplet: 84, 50 and FD. RGB value is (132,80,253). Sum of RGB (Red+Green+Blue) = 132+80+253=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #8450FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8450FD is #7BAF02. Grayscale: #727272. Windows color (decimal): -8105731 or 16601220. OLE color: 16601220.

HSL color Cylindrical-coordinate representation of color #8450FD: hue angle of 258.03º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8450FD is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 132 80 253 -
CMYK 0.48 0.68 0 0.01
HSL 258.03º 0.98% 0.65% -
HSV(B) 258.03º 0.68% 0.99% -
XYZ 30.11 17.73 94.76 -
YUV 115.27 205.73 139.93 -
System Red Green Blue C M Y K H S L
Decimal 132 80 253 0.48 0.68 0 0.01 258.03 0.98 0.65
Hex 84 50 FD 30 44 0 1 102 62 41
Octal 204 120 375 60 104 0 1 402 142 101
Binary 10000100 1010000 11111101 110000 1000100 0 1 100000010 1100010 1000001

Color Harmonies of #8450FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8450FD

Black with #8450FD

Text Example


Text Example

White with #8450FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8450FD; }

 p { color: rgb(132,80,253); }

 H1.HeaderClassName
 {
   color: #8450FD;
 }
 .AnyTagClassName
 {
   color: #8450FD;
 }
</style>

background-color css

<style>
 a { background-color: #8450FD; }

 a { background-color: rgb(132,80,253); }

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

border-color css

<style>
 span { border-color: #8450FD; }

 span { border-color: rgb(132,80,253); }

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