Html Css Color HEX #7271EE Medium Slate Blue

📋 copy color: '#7271EE'

red 114 ◦ green 113 ◦ blue 238

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

Shades of Medium Slate Blue #7271EE

Tints of Medium Slate Blue #7271EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.18%

R = 24.52%
G = 24.3%
B = 51.18%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7271EE (or 0x7271EE) is known color: Medium Slate Blue. HEX triplet: 72, 71 and EE. RGB value is (114,113,238). Sum of RGB (Red+Green+Blue) = 114+113+238=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #7271EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7271EE is #8D8E11. Grayscale: #7F7F7F. Windows color (decimal): -9276946 or 15626610. OLE color: 15626610.

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

Color convert

RGB 114 113 238 -
CMYK 0.52 0.53 0 0.07
HSL 240.48º 0.79% 0.69% -
HSV(B) 240.48º 0.53% 0.93% -
XYZ 28.28 21.56 83.56 -
YUV 127.55 190.33 118.34 -
System Red Green Blue C M Y K H S L
Decimal 114 113 238 0.52 0.53 0 0.07 240.48 0.79 0.69
Hex 72 71 EE 34 35 0 7 F0 4F 45
Octal 162 161 356 64 65 0 7 360 117 105
Binary 1110010 1110001 11101110 110100 110101 0 111 11110000 1001111 1000101

Color Harmonies of #7271EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7271EE

Black with #7271EE

Text Example


Text Example

White with #7271EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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