Html Css Color HEX #8459F2 Medium Slate Blue

📋 copy color: '#8459F2'

red 132 ◦ green 89 ◦ blue 242

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

Shades of Medium Slate Blue #8459F2

Tints of Medium Slate Blue #8459F2

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.22%

 BLUE value IS 242 (94.92% from 255) = 52.27%

R = 28.51%
G = 19.22%
B = 52.27%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8459F2 (or 0x8459F2) is known color: Medium Slate Blue. HEX triplet: 84, 59 and F2. RGB value is (132,89,242). Sum of RGB (Red+Green+Blue) = 132+89+242=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #8459F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8459F2 is #7BA60D. Grayscale: #767676. Windows color (decimal): -8103438 or 15882628. OLE color: 15882628.

HSL color Cylindrical-coordinate representation of color #8459F2: hue angle of 256.86º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8459F2 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 89 242 -
CMYK 0.45 0.63 0 0.05
HSL 256.86º 0.85% 0.65% -
HSV(B) 256.86º 0.63% 0.95% -
XYZ 29.12 18.46 86.03 -
YUV 119.3 197.25 137.06 -
System Red Green Blue C M Y K H S L
Decimal 132 89 242 0.45 0.63 0 0.05 256.86 0.85 0.65
Hex 84 59 F2 2D 3F 0 5 101 55 41
Octal 204 131 362 55 77 0 5 401 125 101
Binary 10000100 1011001 11110010 101101 111111 0 101 100000001 1010101 1000001

Color Harmonies of #8459F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8459F2

Black with #8459F2

Text Example


Text Example

White with #8459F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8459F2; }

 p { color: rgb(132,89,242); }

 H1.HeaderClassName
 {
   color: #8459F2;
 }
 .AnyTagClassName
 {
   color: #8459F2;
 }
</style>

background-color css

<style>
 a { background-color: #8459F2; }

 a { background-color: rgb(132,89,242); }

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

border-color css

<style>
 span { border-color: #8459F2; }

 span { border-color: rgb(132,89,242); }

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