Html Css Color HEX #8558E6 Medium Slate Blue

📋 copy color: '#8558E6'

red 133 ◦ green 88 ◦ blue 230

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

Shades of Medium Slate Blue #8558E6

Tints of Medium Slate Blue #8558E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 51%

R = 29.49%
G = 19.51%
B = 51%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8558E6 (or 0x8558E6) is known color: Medium Slate Blue. HEX triplet: 85, 58 and E6. RGB value is (133,88,230). Sum of RGB (Red+Green+Blue) = 133+88+230=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 230 (90.23% from 255 or 51.00% from 451); Max value from RGB is 230 - color contains mainly: blue. Hex color #8558E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8558E6 is #7AA719. Grayscale: #757575. Windows color (decimal): -8038170 or 15095941. OLE color: 15095941.

HSL color Cylindrical-coordinate representation of color #8558E6: hue angle of 259.01º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8558E6 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 133 88 230 -
CMYK 0.42 0.62 0 0.10
HSL 259.01º 0.74% 0.62% -
HSV(B) 259.01º 0.62% 0.9% -
XYZ 27.45 17.68 76.83 -
YUV 117.64 191.41 138.95 -
System Red Green Blue C M Y K H S L
Decimal 133 88 230 0.42 0.62 0 0.10 259.01 0.74 0.62
Hex 85 58 E6 2A 3E 0 A 103 4A 3E
Octal 205 130 346 52 76 0 12 403 112 76
Binary 10000101 1011000 11100110 101010 111110 0 1010 100000011 1001010 111110

Color Harmonies of #8558E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8558E6

Black with #8558E6

Text Example


Text Example

White with #8558E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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