Html Css Color HEX #8F55EF Medium Slate Blue

📋 copy color: '#8F55EF'

red 143 ◦ green 85 ◦ blue 239

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

Shades of Medium Slate Blue #8F55EF

Tints of Medium Slate Blue #8F55EF

RGB

 RED value IS 143 (56.25% from 255) = 30.62%

 GREEN value IS 85 (33.59% from 255) = 18.2%

 BLUE value IS 239 (93.75% from 255) = 51.18%

R = 30.62%
G = 18.2%
B = 51.18%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8F55EF (or 0x8F55EF) is known color: Medium Slate Blue. HEX triplet: 8F, 55 and EF. RGB value is (143,85,239). Sum of RGB (Red+Green+Blue) = 143+85+239=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F55EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F55EF is #70AA10. Grayscale: #777777. Windows color (decimal): -7383569 or 15685007. OLE color: 15685007.

HSL color Cylindrical-coordinate representation of color #8F55EF: hue angle of 262.6º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F55EF is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 143 85 239 -
CMYK 0.40 0.64 0 0.06
HSL 262.6º 0.83% 0.64% -
HSV(B) 262.6º 0.64% 0.94% -
XYZ 30.16 18.57 83.66 -
YUV 119.9 195.22 144.48 -
System Red Green Blue C M Y K H S L
Decimal 143 85 239 0.40 0.64 0 0.06 262.6 0.83 0.64
Hex 8F 55 EF 28 40 0 6 107 53 40
Octal 217 125 357 50 100 0 6 407 123 100
Binary 10001111 1010101 11101111 101000 1000000 0 110 100000111 1010011 1000000

Color Harmonies of #8F55EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F55EF

Black with #8F55EF

Text Example


Text Example

White with #8F55EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F55EF; }

 p { color: rgb(143,85,239); }

 H1.HeaderClassName
 {
   color: #8F55EF;
 }
 .AnyTagClassName
 {
   color: #8F55EF;
 }
</style>

background-color css

<style>
 a { background-color: #8F55EF; }

 a { background-color: rgb(143,85,239); }

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

border-color css

<style>
 span { border-color: #8F55EF; }

 span { border-color: rgb(143,85,239); }

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