Html Css Color HEX #8550F8 Medium Slate Blue

📋 copy color: '#8550F8'

red 133 ◦ green 80 ◦ blue 248

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

Shades of Medium Slate Blue #8550F8

Tints of Medium Slate Blue #8550F8

RGB

 RED value IS 133 (52.34% from 255) = 28.85%

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

 BLUE value IS 248 (97.27% from 255) = 53.8%

R = 28.85%
G = 17.35%
B = 53.8%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8550F8 (or 0x8550F8) is known color: Medium Slate Blue. HEX triplet: 85, 50 and F8. RGB value is (133,80,248). Sum of RGB (Red+Green+Blue) = 133+80+248=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 248 (97.27% from 255 or 53.80% from 461); Max value from RGB is 248 - color contains mainly: blue. Hex color #8550F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8550F8 is #7AAF07. Grayscale: #727272. Windows color (decimal): -8040200 or 16273541. OLE color: 16273541.

HSL color Cylindrical-coordinate representation of color #8550F8: hue angle of 258.93º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8550F8 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 80 248 -
CMYK 0.46 0.68 0 0.03
HSL 258.93º 0.92% 0.64% -
HSV(B) 258.93º 0.68% 0.97% -
XYZ 29.48 17.5 90.63 -
YUV 115 203.06 140.84 -
System Red Green Blue C M Y K H S L
Decimal 133 80 248 0.46 0.68 0 0.03 258.93 0.92 0.64
Hex 85 50 F8 2E 44 0 3 103 5C 40
Octal 205 120 370 56 104 0 3 403 134 100
Binary 10000101 1010000 11111000 101110 1000100 0 11 100000011 1011100 1000000

Color Harmonies of #8550F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8550F8

Black with #8550F8

Text Example


Text Example

White with #8550F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8550F8; }

 p { color: rgb(133,80,248); }

 H1.HeaderClassName
 {
   color: #8550F8;
 }
 .AnyTagClassName
 {
   color: #8550F8;
 }
</style>

background-color css

<style>
 a { background-color: #8550F8; }

 a { background-color: rgb(133,80,248); }

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

border-color css

<style>
 span { border-color: #8550F8; }

 span { border-color: rgb(133,80,248); }

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