Html Css Color HEX #7261EC Medium Slate Blue

📋 copy color: '#7261EC'

red 114 ◦ green 97 ◦ blue 236

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

Shades of Medium Slate Blue #7261EC

Tints of Medium Slate Blue #7261EC

RGB

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

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

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

R = 25.5%
G = 21.7%
B = 52.8%

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

#7261EC (or 0x7261EC) is known color: Medium Slate Blue. HEX triplet: 72, 61 and EC. RGB value is (114,97,236). Sum of RGB (Red+Green+Blue) = 114+97+236=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #7261EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7261EC is #8D9E13. Grayscale: #757575. Windows color (decimal): -9281044 or 15491442. OLE color: 15491442.

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

Color convert

RGB 114 97 236 -
CMYK 0.52 0.59 0 0.07
HSL 247.34º 0.79% 0.65% -
HSV(B) 247.34º 0.59% 0.93% -
XYZ 26.35 18.18 81.48 -
YUV 117.93 194.63 125.2 -
System Red Green Blue C M Y K H S L
Decimal 114 97 236 0.52 0.59 0 0.07 247.34 0.79 0.65
Hex 72 61 EC 34 3B 0 7 F7 4F 41
Octal 162 141 354 64 73 0 7 367 117 101
Binary 1110010 1100001 11101100 110100 111011 0 111 11110111 1001111 1000001

Color Harmonies of #7261EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7261EC

Black with #7261EC

Text Example


Text Example

White with #7261EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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