Html Css Color HEX #7271EF Medium Slate Blue

📋 copy color: '#7271EF'

red 114 ◦ green 113 ◦ blue 239

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

Shades of Medium Slate Blue #7271EF

Tints of Medium Slate Blue #7271EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.29%

R = 24.46%
G = 24.25%
B = 51.29%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7271EF (or 0x7271EF) is known color: Medium Slate Blue. HEX triplet: 72, 71 and EF. RGB value is (114,113,239). Sum of RGB (Red+Green+Blue) = 114+113+239=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #7271EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7271EF is #8D8E10. Grayscale: #7F7F7F. Windows color (decimal): -9276945 or 15692146. OLE color: 15692146.

HSL color Cylindrical-coordinate representation of color #7271EF: hue angle of 240.48º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7271EF is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 113 239 -
CMYK 0.52 0.53 0 0.06
HSL 240.48º 0.8% 0.69% -
HSV(B) 240.48º 0.53% 0.94% -
XYZ 28.42 21.62 84.34 -
YUV 127.66 190.83 118.25 -
System Red Green Blue C M Y K H S L
Decimal 114 113 239 0.52 0.53 0 0.06 240.48 0.8 0.69
Hex 72 71 EF 34 35 0 6 F0 50 45
Octal 162 161 357 64 65 0 6 360 120 105
Binary 1110010 1110001 11101111 110100 110101 0 110 11110000 1010000 1000101

Color Harmonies of #7271EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7271EF

Black with #7271EF

Text Example


Text Example

White with #7271EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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