Html Css Color HEX #8570E4 Medium Slate Blue

📋 copy color: '#8570E4'

red 133 ◦ green 112 ◦ blue 228

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

Shades of Medium Slate Blue #8570E4

Tints of Medium Slate Blue #8570E4

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.68%

 BLUE value IS 228 (89.45% from 255) = 48.2%

R = 28.12%
G = 23.68%
B = 48.2%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8570E4 (or 0x8570E4) is known color: Medium Slate Blue. HEX triplet: 85, 70 and E4. RGB value is (133,112,228). Sum of RGB (Red+Green+Blue) = 133+112+228=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 228 (89.45% from 255 or 48.20% from 473); Max value from RGB is 228 - color contains mainly: blue. Hex color #8570E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8570E4 is #7A8F1B. Grayscale: #838383. Windows color (decimal): -8032028 or 14971013. OLE color: 14971013.

HSL color Cylindrical-coordinate representation of color #8570E4: hue angle of 250.86º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8570E4 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 133 112 228 -
CMYK 0.42 0.51 0 0.11
HSL 250.86º 0.68% 0.67% -
HSV(B) 250.86º 0.51% 0.89% -
XYZ 29.47 22.18 76.13 -
YUV 131.5 182.46 129.07 -
System Red Green Blue C M Y K H S L
Decimal 133 112 228 0.42 0.51 0 0.11 250.86 0.68 0.67
Hex 85 70 E4 2A 33 0 B FB 44 43
Octal 205 160 344 52 63 0 13 373 104 103
Binary 10000101 1110000 11100100 101010 110011 0 1011 11111011 1000100 1000011

Color Harmonies of #8570E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8570E4

Black with #8570E4

Text Example


Text Example

White with #8570E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8570E4; }

 p { color: rgb(133,112,228); }

 H1.HeaderClassName
 {
   color: #8570E4;
 }
 .AnyTagClassName
 {
   color: #8570E4;
 }
</style>

background-color css

<style>
 a { background-color: #8570E4; }

 a { background-color: rgb(133,112,228); }

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

border-color css

<style>
 span { border-color: #8570E4; }

 span { border-color: rgb(133,112,228); }

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