Html Css Color HEX #8558E7 Medium Slate Blue

📋 copy color: '#8558E7'

red 133 ◦ green 88 ◦ blue 231

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

Shades of Medium Slate Blue #8558E7

Tints of Medium Slate Blue #8558E7

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.47%

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

R = 29.42%
G = 19.47%
B = 51.11%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8558E7 (or 0x8558E7) is known color: Medium Slate Blue. HEX triplet: 85, 58 and E7. RGB value is (133,88,231). Sum of RGB (Red+Green+Blue) = 133+88+231=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 231 (90.62% from 255 or 51.11% from 452); Max value from RGB is 231 - color contains mainly: blue. Hex color #8558E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8558E7 is #7AA718. Grayscale: #757575. Windows color (decimal): -8038169 or 15161477. OLE color: 15161477.

HSL color Cylindrical-coordinate representation of color #8558E7: hue angle of 258.88º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8558E7 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 88 231 -
CMYK 0.42 0.62 0 0.09
HSL 258.88º 0.75% 0.63% -
HSV(B) 258.88º 0.62% 0.91% -
XYZ 27.59 17.74 77.57 -
YUV 117.76 191.91 138.87 -
System Red Green Blue C M Y K H S L
Decimal 133 88 231 0.42 0.62 0 0.09 258.88 0.75 0.63
Hex 85 58 E7 2A 3E 0 9 103 4B 3F
Octal 205 130 347 52 76 0 11 403 113 77
Binary 10000101 1011000 11100111 101010 111110 0 1001 100000011 1001011 111111

Color Harmonies of #8558E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8558E7

Black with #8558E7

Text Example


Text Example

White with #8558E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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