Html Css Color HEX #8574E7 Medium Slate Blue

📋 copy color: '#8574E7'

red 133 ◦ green 116 ◦ blue 231

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

Shades of Medium Slate Blue #8574E7

Tints of Medium Slate Blue #8574E7

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.17%

 BLUE value IS 231 (90.63% from 255) = 48.13%

R = 27.71%
G = 24.17%
B = 48.13%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8574E7 (or 0x8574E7) is known color: Medium Slate Blue. HEX triplet: 85, 74 and E7. RGB value is (133,116,231). Sum of RGB (Red+Green+Blue) = 133+116+231=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 231 (90.62% from 255 or 48.12% from 480); Max value from RGB is 231 - color contains mainly: blue. Hex color #8574E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8574E7 is #7A8B18. Grayscale: #858585. Windows color (decimal): -8031001 or 15168645. OLE color: 15168645.

HSL color Cylindrical-coordinate representation of color #8574E7: hue angle of 248.87º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8574E7 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 116 231 -
CMYK 0.42 0.50 0 0.09
HSL 248.87º 0.71% 0.68% -
HSV(B) 248.87º 0.5% 0.91% -
XYZ 30.34 23.25 78.49 -
YUV 134.19 182.63 127.15 -
System Red Green Blue C M Y K H S L
Decimal 133 116 231 0.42 0.50 0 0.09 248.87 0.71 0.68
Hex 85 74 E7 2A 32 0 9 F9 47 44
Octal 205 164 347 52 62 0 11 371 107 104
Binary 10000101 1110100 11100111 101010 110010 0 1001 11111001 1000111 1000100

Color Harmonies of #8574E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8574E7

Black with #8574E7

Text Example


Text Example

White with #8574E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8574E7; }

 p { color: rgb(133,116,231); }

 H1.HeaderClassName
 {
   color: #8574E7;
 }
 .AnyTagClassName
 {
   color: #8574E7;
 }
</style>

background-color css

<style>
 a { background-color: #8574E7; }

 a { background-color: rgb(133,116,231); }

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

border-color css

<style>
 span { border-color: #8574E7; }

 span { border-color: rgb(133,116,231); }

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