Html Css Color HEX #8860F7 Medium Slate Blue

📋 copy color: '#8860F7'

red 136 ◦ green 96 ◦ blue 247

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

Shades of Medium Slate Blue #8860F7

Tints of Medium Slate Blue #8860F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 51.57%

R = 28.39%
G = 20.04%
B = 51.57%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8860F7 (or 0x8860F7) is known color: Medium Slate Blue. HEX triplet: 88, 60 and F7. RGB value is (136,96,247). Sum of RGB (Red+Green+Blue) = 136+96+247=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 247 (96.88% from 255 or 51.57% from 479); Max value from RGB is 247 - color contains mainly: blue. Hex color #8860F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8860F7 is #779F08. Grayscale: #7C7C7C. Windows color (decimal): -7839497 or 16212104. OLE color: 16212104.

HSL color Cylindrical-coordinate representation of color #8860F7: hue angle of 255.89º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8860F7 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 136 96 247 -
CMYK 0.45 0.61 0 0.03
HSL 255.89º 0.9% 0.67% -
HSV(B) 255.89º 0.61% 0.97% -
XYZ 31.12 20.32 90.28 -
YUV 125.17 196.75 135.72 -
System Red Green Blue C M Y K H S L
Decimal 136 96 247 0.45 0.61 0 0.03 255.89 0.9 0.67
Hex 88 60 F7 2D 3D 0 3 100 5A 43
Octal 210 140 367 55 75 0 3 400 132 103
Binary 10001000 1100000 11110111 101101 111101 0 11 100000000 1011010 1000011

Color Harmonies of #8860F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8860F7

Black with #8860F7

Text Example


Text Example

White with #8860F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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