Html Css Color HEX #8567F1 Medium Slate Blue

📋 copy color: '#8567F1'

red 133 ◦ green 103 ◦ blue 241

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

Shades of Medium Slate Blue #8567F1

Tints of Medium Slate Blue #8567F1

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.59%

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

R = 27.88%
G = 21.59%
B = 50.52%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8567F1 (or 0x8567F1) is known color: Medium Slate Blue. HEX triplet: 85, 67 and F1. RGB value is (133,103,241). Sum of RGB (Red+Green+Blue) = 133+103+241=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #8567F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8567F1 is #7A980E. Grayscale: #7F7F7F. Windows color (decimal): -8034319 or 15820677. OLE color: 15820677.

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

Color convert

RGB 133 103 241 -
CMYK 0.45 0.57 0 0.05
HSL 253.04º 0.83% 0.67% -
HSV(B) 253.04º 0.57% 0.95% -
XYZ 30.4 21.04 85.68 -
YUV 127.7 191.94 131.78 -
System Red Green Blue C M Y K H S L
Decimal 133 103 241 0.45 0.57 0 0.05 253.04 0.83 0.67
Hex 85 67 F1 2D 39 0 5 FD 53 43
Octal 205 147 361 55 71 0 5 375 123 103
Binary 10000101 1100111 11110001 101101 111001 0 101 11111101 1010011 1000011

Color Harmonies of #8567F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8567F1

Black with #8567F1

Text Example


Text Example

White with #8567F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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