Html Css Color HEX #7261EE Medium Slate Blue

📋 copy color: '#7261EE'

red 114 ◦ green 97 ◦ blue 238

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

Shades of Medium Slate Blue #7261EE

Tints of Medium Slate Blue #7261EE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.6%

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

R = 25.39%
G = 21.6%
B = 53.01%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7261EE (or 0x7261EE) is known color: Medium Slate Blue. HEX triplet: 72, 61 and EE. RGB value is (114,97,238). Sum of RGB (Red+Green+Blue) = 114+97+238=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #7261EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7261EE is #8D9E11. Grayscale: #757575. Windows color (decimal): -9281042 or 15622514. OLE color: 15622514.

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

Color convert

RGB 114 97 238 -
CMYK 0.52 0.59 0 0.07
HSL 247.23º 0.81% 0.66% -
HSV(B) 247.23º 0.59% 0.93% -
XYZ 26.65 18.3 83.02 -
YUV 118.16 195.63 125.04 -
System Red Green Blue C M Y K H S L
Decimal 114 97 238 0.52 0.59 0 0.07 247.23 0.81 0.66
Hex 72 61 EE 34 3B 0 7 F7 51 42
Octal 162 141 356 64 73 0 7 367 121 102
Binary 1110010 1100001 11101110 110100 111011 0 111 11110111 1010001 1000010

Color Harmonies of #7261EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7261EE

Black with #7261EE

Text Example


Text Example

White with #7261EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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