Html Css Color HEX #8860EE Medium Slate Blue

📋 copy color: '#8860EE'

red 136 ◦ green 96 ◦ blue 238

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

Shades of Medium Slate Blue #8860EE

Tints of Medium Slate Blue #8860EE

RGB

 RED value IS 136 (53.52% from 255) = 28.94%

 GREEN value IS 96 (37.89% from 255) = 20.43%

 BLUE value IS 238 (93.36% from 255) = 50.64%

R = 28.94%
G = 20.43%
B = 50.64%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8860EE (or 0x8860EE) is known color: Medium Slate Blue. HEX triplet: 88, 60 and EE. RGB value is (136,96,238). Sum of RGB (Red+Green+Blue) = 136+96+238=470 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.94% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #8860EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8860EE is #779F11. Grayscale: #7B7B7B. Windows color (decimal): -7839506 or 15622280. OLE color: 15622280.

HSL color Cylindrical-coordinate representation of color #8860EE: hue angle of 256.9º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8860EE is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 136 96 238 -
CMYK 0.43 0.60 0 0.07
HSL 256.9º 0.81% 0.65% -
HSV(B) 256.9º 0.6% 0.93% -
XYZ 29.77 19.77 83.14 -
YUV 124.15 192.25 136.45 -
System Red Green Blue C M Y K H S L
Decimal 136 96 238 0.43 0.60 0 0.07 256.9 0.81 0.65
Hex 88 60 EE 2B 3C 0 7 101 51 41
Octal 210 140 356 53 74 0 7 401 121 101
Binary 10001000 1100000 11101110 101011 111100 0 111 100000001 1010001 1000001

Color Harmonies of #8860EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8860EE

Black with #8860EE

Text Example


Text Example

White with #8860EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8860EE; }

 p { color: rgb(136,96,238); }

 H1.HeaderClassName
 {
   color: #8860EE;
 }
 .AnyTagClassName
 {
   color: #8860EE;
 }
</style>

background-color css

<style>
 a { background-color: #8860EE; }

 a { background-color: rgb(136,96,238); }

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

border-color css

<style>
 span { border-color: #8860EE; }

 span { border-color: rgb(136,96,238); }

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