Html Css Color HEX #8C71ED Medium Slate Blue

📋 copy color: '#8C71ED'

red 140 ◦ green 113 ◦ blue 237

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

Shades of Medium Slate Blue #8C71ED

Tints of Medium Slate Blue #8C71ED

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.06%

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

R = 28.57%
G = 23.06%
B = 48.37%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C71ED (or 0x8C71ED) is known color: Medium Slate Blue. HEX triplet: 8C, 71 and ED. RGB value is (140,113,237). Sum of RGB (Red+Green+Blue) = 140+113+237=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #8C71ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C71ED is #738E12. Grayscale: #868686. Windows color (decimal): -7573011 or 15561100. OLE color: 15561100.

HSL color Cylindrical-coordinate representation of color #8C71ED: hue angle of 253.06º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C71ED is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 113 237 -
CMYK 0.41 0.52 0 0.07
HSL 253.06º 0.78% 0.69% -
HSV(B) 253.06º 0.52% 0.93% -
XYZ 32.01 23.5 82.97 -
YUV 135.21 185.45 131.42 -
System Red Green Blue C M Y K H S L
Decimal 140 113 237 0.41 0.52 0 0.07 253.06 0.78 0.69
Hex 8C 71 ED 29 34 0 7 FD 4E 45
Octal 214 161 355 51 64 0 7 375 116 105
Binary 10001100 1110001 11101101 101001 110100 0 111 11111101 1001110 1000101

Color Harmonies of #8C71ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C71ED

Black with #8C71ED

Text Example


Text Example

White with #8C71ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,113,237); }

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

background-color css

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

 a { background-color: rgb(140,113,237); }

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

border-color css

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

 span { border-color: rgb(140,113,237); }

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