Html Css Color HEX #8555EB Medium Slate Blue

📋 copy color: '#8555EB'

red 133 ◦ green 85 ◦ blue 235

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

Shades of Medium Slate Blue #8555EB

Tints of Medium Slate Blue #8555EB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.76%

 BLUE value IS 235 (92.19% from 255) = 51.88%

R = 29.36%
G = 18.76%
B = 51.88%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8555EB (or 0x8555EB) is known color: Medium Slate Blue. HEX triplet: 85, 55 and EB. RGB value is (133,85,235). Sum of RGB (Red+Green+Blue) = 133+85+235=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #8555EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8555EB is #7AAA14. Grayscale: #737373. Windows color (decimal): -8038933 or 15422853. OLE color: 15422853.

HSL color Cylindrical-coordinate representation of color #8555EB: hue angle of 259.2º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8555EB is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 85 235 -
CMYK 0.43 0.64 0 0.08
HSL 259.2º 0.79% 0.63% -
HSV(B) 259.2º 0.64% 0.92% -
XYZ 27.92 17.48 80.5 -
YUV 116.45 194.9 139.8 -
System Red Green Blue C M Y K H S L
Decimal 133 85 235 0.43 0.64 0 0.08 259.2 0.79 0.63
Hex 85 55 EB 2B 40 0 8 103 4F 3F
Octal 205 125 353 53 100 0 10 403 117 77
Binary 10000101 1010101 11101011 101011 1000000 0 1000 100000011 1001111 111111

Color Harmonies of #8555EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8555EB

Black with #8555EB

Text Example


Text Example

White with #8555EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8555EB; }

 p { color: rgb(133,85,235); }

 H1.HeaderClassName
 {
   color: #8555EB;
 }
 .AnyTagClassName
 {
   color: #8555EB;
 }
</style>

background-color css

<style>
 a { background-color: #8555EB; }

 a { background-color: rgb(133,85,235); }

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

border-color css

<style>
 span { border-color: #8555EB; }

 span { border-color: rgb(133,85,235); }

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