Html Css Color HEX #8450F6 Medium Slate Blue

📋 copy color: '#8450F6'

red 132 ◦ green 80 ◦ blue 246

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

Shades of Medium Slate Blue #8450F6

Tints of Medium Slate Blue #8450F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 53.71%

R = 28.82%
G = 17.47%
B = 53.71%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8450F6 (or 0x8450F6) is known color: Medium Slate Blue. HEX triplet: 84, 50 and F6. RGB value is (132,80,246). Sum of RGB (Red+Green+Blue) = 132+80+246=458 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.82% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 246 (96.48% from 255 or 53.71% from 458); Max value from RGB is 246 - color contains mainly: blue. Hex color #8450F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8450F6 is #7BAF09. Grayscale: #717171. Windows color (decimal): -8105738 or 16142468. OLE color: 16142468.

HSL color Cylindrical-coordinate representation of color #8450F6: hue angle of 258.8º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8450F6 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 132 80 246 -
CMYK 0.46 0.67 0 0.04
HSL 258.8º 0.9% 0.64% -
HSV(B) 258.8º 0.67% 0.96% -
XYZ 29.02 17.3 89 -
YUV 114.47 202.23 140.5 -
System Red Green Blue C M Y K H S L
Decimal 132 80 246 0.46 0.67 0 0.04 258.8 0.9 0.64
Hex 84 50 F6 2E 43 0 4 103 5A 40
Octal 204 120 366 56 103 0 4 403 132 100
Binary 10000100 1010000 11110110 101110 1000011 0 100 100000011 1011010 1000000

Color Harmonies of #8450F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8450F6

Black with #8450F6

Text Example


Text Example

White with #8450F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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