Html Css Color HEX #8551FD Medium Slate Blue

📋 copy color: '#8551FD'

red 133 ◦ green 81 ◦ blue 253

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

Shades of Medium Slate Blue #8551FD

Tints of Medium Slate Blue #8551FD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.34%

 BLUE value IS 253 (99.22% from 255) = 54.18%

R = 28.48%
G = 17.34%
B = 54.18%

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

#8551FD (or 0x8551FD) is known color: Medium Slate Blue. HEX triplet: 85, 51 and FD. RGB value is (133,81,253). Sum of RGB (Red+Green+Blue) = 133+81+253=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #8551FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8551FD is #7AAE02. Grayscale: #737373. Windows color (decimal): -8039939 or 16601477. OLE color: 16601477.

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

Color convert

RGB 133 81 253 -
CMYK 0.47 0.68 0 0.01
HSL 258.14º 0.98% 0.65% -
HSV(B) 258.14º 0.68% 0.99% -
XYZ 30.34 17.96 94.8 -
YUV 116.16 205.23 140.01 -
System Red Green Blue C M Y K H S L
Decimal 133 81 253 0.47 0.68 0 0.01 258.14 0.98 0.65
Hex 85 51 FD 2F 44 0 1 102 62 41
Octal 205 121 375 57 104 0 1 402 142 101
Binary 10000101 1010001 11111101 101111 1000100 0 1 100000010 1100010 1000001

Color Harmonies of #8551FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8551FD

Black with #8551FD

Text Example


Text Example

White with #8551FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8551FD; }

 p { color: rgb(133,81,253); }

 H1.HeaderClassName
 {
   color: #8551FD;
 }
 .AnyTagClassName
 {
   color: #8551FD;
 }
</style>

background-color css

<style>
 a { background-color: #8551FD; }

 a { background-color: rgb(133,81,253); }

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

border-color css

<style>
 span { border-color: #8551FD; }

 span { border-color: rgb(133,81,253); }

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