Html Css Color HEX #8C55EB Medium Slate Blue

📋 copy color: '#8C55EB'

red 140 ◦ green 85 ◦ blue 235

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

Shades of Medium Slate Blue #8C55EB

Tints of Medium Slate Blue #8C55EB

RGB

 RED value IS 140 (55.08% from 255) = 30.43%

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

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

R = 30.43%
G = 18.48%
B = 51.09%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C55EB (or 0x8C55EB) is known color: Medium Slate Blue. HEX triplet: 8C, 55 and EB. RGB value is (140,85,235). Sum of RGB (Red+Green+Blue) = 140+85+235=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C55EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C55EB is #73AA14. Grayscale: #767676. Windows color (decimal): -7580181 or 15422860. OLE color: 15422860.

HSL color Cylindrical-coordinate representation of color #8C55EB: hue angle of 262º 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 #8C55EB is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 85 235 -
CMYK 0.40 0.64 0 0.08
HSL 262º 0.79% 0.63% -
HSV(B) 262º 0.64% 0.92% -
XYZ 29.06 18.07 80.55 -
YUV 118.55 193.72 143.3 -
System Red Green Blue C M Y K H S L
Decimal 140 85 235 0.40 0.64 0 0.08 262 0.79 0.63
Hex 8C 55 EB 28 40 0 8 106 4F 3F
Octal 214 125 353 50 100 0 10 406 117 77
Binary 10001100 1010101 11101011 101000 1000000 0 1000 100000110 1001111 111111

Color Harmonies of #8C55EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C55EB

Black with #8C55EB

Text Example


Text Example

White with #8C55EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C55EB; }

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

 H1.HeaderClassName
 {
   color: #8C55EB;
 }
 .AnyTagClassName
 {
   color: #8C55EB;
 }
</style>

background-color css

<style>
 a { background-color: #8C55EB; }

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

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

border-color css

<style>
 span { border-color: #8C55EB; }

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

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