Html Css Color HEX #8B72EC Medium Slate Blue

📋 copy color: '#8B72EC'

red 139 ◦ green 114 ◦ blue 236

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

Shades of Medium Slate Blue #8B72EC

Tints of Medium Slate Blue #8B72EC

RGB

 RED value IS 139 (54.69% from 255) = 28.43%

 GREEN value IS 114 (44.92% from 255) = 23.31%

 BLUE value IS 236 (92.58% from 255) = 48.26%

R = 28.43%
G = 23.31%
B = 48.26%

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

#8B72EC (or 0x8B72EC) is known color: Medium Slate Blue. HEX triplet: 8B, 72 and EC. RGB value is (139,114,236). Sum of RGB (Red+Green+Blue) = 139+114+236=489 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.43% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #8B72EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B72EC is #748D13. Grayscale: #868686. Windows color (decimal): -7638292 or 15495819. OLE color: 15495819.

HSL color Cylindrical-coordinate representation of color #8B72EC: hue angle of 252.3º degrees, saturation: 0.76, 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 #8B72EC is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 114 236 -
CMYK 0.41 0.52 0 0.07
HSL 252.3º 0.76% 0.69% -
HSV(B) 252.3º 0.52% 0.93% -
XYZ 31.81 23.58 82.23 -
YUV 135.38 184.78 130.58 -
System Red Green Blue C M Y K H S L
Decimal 139 114 236 0.41 0.52 0 0.07 252.3 0.76 0.69
Hex 8B 72 EC 29 34 0 7 FC 4C 45
Octal 213 162 354 51 64 0 7 374 114 105
Binary 10001011 1110010 11101100 101001 110100 0 111 11111100 1001100 1000101

Color Harmonies of #8B72EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B72EC

Black with #8B72EC

Text Example


Text Example

White with #8B72EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,114,236); }

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

background-color css

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

 a { background-color: rgb(139,114,236); }

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

border-color css

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

 span { border-color: rgb(139,114,236); }

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