Html Css Color HEX #8A72EC Medium Slate Blue

📋 copy color: '#8A72EC'

red 138 ◦ green 114 ◦ blue 236

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

Shades of Medium Slate Blue #8A72EC

Tints of Medium Slate Blue #8A72EC

RGB

 RED value IS 138 (54.3% from 255) = 28.28%

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

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

R = 28.28%
G = 23.36%
B = 48.36%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8A72EC (or 0x8A72EC) is known color: Medium Slate Blue. HEX triplet: 8A, 72 and EC. RGB value is (138,114,236). Sum of RGB (Red+Green+Blue) = 138+114+236=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A72EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A72EC is #758D13. Grayscale: #868686. Windows color (decimal): -7703828 or 15495818. OLE color: 15495818.

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

Color convert

RGB 138 114 236 -
CMYK 0.42 0.52 0 0.07
HSL 251.8º 0.76% 0.69% -
HSV(B) 251.8º 0.52% 0.93% -
XYZ 31.64 23.49 82.22 -
YUV 135.08 184.95 130.08 -
System Red Green Blue C M Y K H S L
Decimal 138 114 236 0.42 0.52 0 0.07 251.8 0.76 0.69
Hex 8A 72 EC 2A 34 0 7 FC 4C 45
Octal 212 162 354 52 64 0 7 374 114 105
Binary 10001010 1110010 11101100 101010 110100 0 111 11111100 1001100 1000101

Color Harmonies of #8A72EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A72EC

Black with #8A72EC

Text Example


Text Example

White with #8A72EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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