Html Css Color HEX #8571F1 Medium Slate Blue

📋 copy color: '#8571F1'

red 133 ◦ green 113 ◦ blue 241

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

Shades of Medium Slate Blue #8571F1

Tints of Medium Slate Blue #8571F1

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.2%

 BLUE value IS 241 (94.53% from 255) = 49.49%

R = 27.31%
G = 23.2%
B = 49.49%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8571F1 (or 0x8571F1) is known color: Medium Slate Blue. HEX triplet: 85, 71 and F1. RGB value is (133,113,241). Sum of RGB (Red+Green+Blue) = 133+113+241=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #8571F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8571F1 is #7A8E0E. Grayscale: #858585. Windows color (decimal): -8031759 or 15823237. OLE color: 15823237.

HSL color Cylindrical-coordinate representation of color #8571F1: hue angle of 249.38º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8571F1 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 113 241 -
CMYK 0.45 0.53 0 0.05
HSL 249.38º 0.82% 0.69% -
HSV(B) 249.38º 0.53% 0.95% -
XYZ 31.46 23.15 86.03 -
YUV 133.57 188.63 127.59 -
System Red Green Blue C M Y K H S L
Decimal 133 113 241 0.45 0.53 0 0.05 249.38 0.82 0.69
Hex 85 71 F1 2D 35 0 5 F9 52 45
Octal 205 161 361 55 65 0 5 371 122 105
Binary 10000101 1110001 11110001 101101 110101 0 101 11111001 1010010 1000101

Color Harmonies of #8571F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8571F1

Black with #8571F1

Text Example


Text Example

White with #8571F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8571F1; }

 p { color: rgb(133,113,241); }

 H1.HeaderClassName
 {
   color: #8571F1;
 }
 .AnyTagClassName
 {
   color: #8571F1;
 }
</style>

background-color css

<style>
 a { background-color: #8571F1; }

 a { background-color: rgb(133,113,241); }

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

border-color css

<style>
 span { border-color: #8571F1; }

 span { border-color: rgb(133,113,241); }

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