Html Css Color HEX #7261ED Medium Slate Blue

📋 copy color: '#7261ED'

red 114 ◦ green 97 ◦ blue 237

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

Shades of Medium Slate Blue #7261ED

Tints of Medium Slate Blue #7261ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.9%

R = 25.45%
G = 21.65%
B = 52.9%

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

#7261ED (or 0x7261ED) is known color: Medium Slate Blue. HEX triplet: 72, 61 and ED. RGB value is (114,97,237). Sum of RGB (Red+Green+Blue) = 114+97+237=448 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.45% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #7261ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7261ED is #8D9E12. Grayscale: #757575. Windows color (decimal): -9281043 or 15556978. OLE color: 15556978.

HSL color Cylindrical-coordinate representation of color #7261ED: hue angle of 247.29º degrees, saturation: 0.8, 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 #7261ED is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 97 237 -
CMYK 0.52 0.59 0 0.07
HSL 247.29º 0.8% 0.65% -
HSV(B) 247.29º 0.59% 0.93% -
XYZ 26.5 18.24 82.24 -
YUV 118.04 195.13 125.12 -
System Red Green Blue C M Y K H S L
Decimal 114 97 237 0.52 0.59 0 0.07 247.29 0.8 0.65
Hex 72 61 ED 34 3B 0 7 F7 50 41
Octal 162 141 355 64 73 0 7 367 120 101
Binary 1110010 1100001 11101101 110100 111011 0 111 11110111 1010000 1000001

Color Harmonies of #7261ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7261ED

Black with #7261ED

Text Example


Text Example

White with #7261ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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