Html Css Color HEX #8550FC Medium Slate Blue

📋 copy color: '#8550FC'

red 133 ◦ green 80 ◦ blue 252

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

Shades of Medium Slate Blue #8550FC

Tints of Medium Slate Blue #8550FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.19%

R = 28.6%
G = 17.2%
B = 54.19%

CMYK

 C value IS 0.47

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8550FC (or 0x8550FC) is known color: Medium Slate Blue. HEX triplet: 85, 50 and FC. RGB value is (133,80,252). Sum of RGB (Red+Green+Blue) = 133+80+252=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #8550FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8550FC is #7AAF03. Grayscale: #727272. Windows color (decimal): -8040196 or 16535685. OLE color: 16535685.

HSL color Cylindrical-coordinate representation of color #8550FC: hue angle of 258.49º degrees, saturation: 0.97, 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 #8550FC is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 80 252 -
CMYK 0.47 0.68 0 0.01
HSL 258.49º 0.97% 0.65% -
HSV(B) 258.49º 0.68% 0.99% -
XYZ 30.11 17.75 93.93 -
YUV 115.46 205.06 140.51 -
System Red Green Blue C M Y K H S L
Decimal 133 80 252 0.47 0.68 0 0.01 258.49 0.97 0.65
Hex 85 50 FC 2F 44 0 1 102 61 41
Octal 205 120 374 57 104 0 1 402 141 101
Binary 10000101 1010000 11111100 101111 1000100 0 1 100000010 1100001 1000001

Color Harmonies of #8550FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8550FC

Black with #8550FC

Text Example


Text Example

White with #8550FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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