Html Css Color HEX #8761ED Medium Slate Blue

📋 copy color: '#8761ED'

red 135 ◦ green 97 ◦ blue 237

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

Shades of Medium Slate Blue #8761ED

Tints of Medium Slate Blue #8761ED

RGB

 RED value IS 135 (53.13% from 255) = 28.78%

 GREEN value IS 97 (38.28% from 255) = 20.68%

 BLUE value IS 237 (92.97% from 255) = 50.53%

R = 28.78%
G = 20.68%
B = 50.53%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8761ED (or 0x8761ED) is known color: Medium Slate Blue. HEX triplet: 87, 61 and ED. RGB value is (135,97,237). Sum of RGB (Red+Green+Blue) = 135+97+237=469 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.78% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #8761ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8761ED is #789E12. Grayscale: #7B7B7B. Windows color (decimal): -7904787 or 15556999. OLE color: 15556999.

HSL color Cylindrical-coordinate representation of color #8761ED: hue angle of 256.29º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8761ED is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 135 97 237 -
CMYK 0.43 0.59 0 0.07
HSL 256.29º 0.8% 0.65% -
HSV(B) 256.29º 0.59% 0.93% -
XYZ 29.55 19.81 82.39 -
YUV 124.32 191.59 135.62 -
System Red Green Blue C M Y K H S L
Decimal 135 97 237 0.43 0.59 0 0.07 256.29 0.8 0.65
Hex 87 61 ED 2B 3B 0 7 100 50 41
Octal 207 141 355 53 73 0 7 400 120 101
Binary 10000111 1100001 11101101 101011 111011 0 111 100000000 1010000 1000001

Color Harmonies of #8761ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8761ED

Black with #8761ED

Text Example


Text Example

White with #8761ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8761ED; }

 p { color: rgb(135,97,237); }

 H1.HeaderClassName
 {
   color: #8761ED;
 }
 .AnyTagClassName
 {
   color: #8761ED;
 }
</style>

background-color css

<style>
 a { background-color: #8761ED; }

 a { background-color: rgb(135,97,237); }

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

border-color css

<style>
 span { border-color: #8761ED; }

 span { border-color: rgb(135,97,237); }

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