Html Css Color HEX #7271EC Medium Slate Blue

📋 copy color: '#7271EC'

red 114 ◦ green 113 ◦ blue 236

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

Shades of Medium Slate Blue #7271EC

Tints of Medium Slate Blue #7271EC

RGB

 RED value IS 114 (44.92% from 255) = 24.62%

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

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

R = 24.62%
G = 24.41%
B = 50.97%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7271EC (or 0x7271EC) is known color: Medium Slate Blue. HEX triplet: 72, 71 and EC. RGB value is (114,113,236). Sum of RGB (Red+Green+Blue) = 114+113+236=463 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.62% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #7271EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7271EC is #8D8E13. Grayscale: #7E7E7E. Windows color (decimal): -9276948 or 15495538. OLE color: 15495538.

HSL color Cylindrical-coordinate representation of color #7271EC: hue angle of 240.49º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7271EC is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 113 236 -
CMYK 0.52 0.52 0 0.07
HSL 240.49º 0.76% 0.68% -
HSV(B) 240.49º 0.52% 0.93% -
XYZ 27.98 21.44 82.02 -
YUV 127.32 189.33 118.5 -
System Red Green Blue C M Y K H S L
Decimal 114 113 236 0.52 0.52 0 0.07 240.49 0.76 0.68
Hex 72 71 EC 34 34 0 7 F0 4C 44
Octal 162 161 354 64 64 0 7 360 114 104
Binary 1110010 1110001 11101100 110100 110100 0 111 11110000 1001100 1000100

Color Harmonies of #7271EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7271EC

Black with #7271EC

Text Example


Text Example

White with #7271EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7271EC; }

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

 H1.HeaderClassName
 {
   color: #7271EC;
 }
 .AnyTagClassName
 {
   color: #7271EC;
 }
</style>

background-color css

<style>
 a { background-color: #7271EC; }

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

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

border-color css

<style>
 span { border-color: #7271EC; }

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

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