Html Css Color HEX #8558FA Medium Slate Blue

📋 copy color: '#8558FA'

red 133 ◦ green 88 ◦ blue 250

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

Shades of Medium Slate Blue #8558FA

Tints of Medium Slate Blue #8558FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.08%

R = 28.24%
G = 18.68%
B = 53.08%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8558FA (or 0x8558FA) is known color: Medium Slate Blue. HEX triplet: 85, 58 and FA. RGB value is (133,88,250). Sum of RGB (Red+Green+Blue) = 133+88+250=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #8558FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8558FA is #7AA705. Grayscale: #777777. Windows color (decimal): -8038150 or 16406661. OLE color: 16406661.

HSL color Cylindrical-coordinate representation of color #8558FA: hue angle of 256.67º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8558FA is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 88 250 -
CMYK 0.47 0.65 0 0.02
HSL 256.67º 0.94% 0.66% -
HSV(B) 256.67º 0.65% 0.98% -
XYZ 30.42 18.87 92.48 -
YUV 119.92 201.41 137.33 -
System Red Green Blue C M Y K H S L
Decimal 133 88 250 0.47 0.65 0 0.02 256.67 0.94 0.66
Hex 85 58 FA 2F 41 0 2 101 5E 42
Octal 205 130 372 57 101 0 2 401 136 102
Binary 10000101 1011000 11111010 101111 1000001 0 10 100000001 1011110 1000010

Color Harmonies of #8558FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8558FA

Black with #8558FA

Text Example


Text Example

White with #8558FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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