Html Css Color HEX #7260E9 Medium Slate Blue

📋 copy color: '#7260E9'

red 114 ◦ green 96 ◦ blue 233

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

Shades of Medium Slate Blue #7260E9

Tints of Medium Slate Blue #7260E9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.67%

 BLUE value IS 233 (91.41% from 255) = 52.6%

R = 25.73%
G = 21.67%
B = 52.6%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7260E9 (or 0x7260E9) is known color: Medium Slate Blue. HEX triplet: 72, 60 and E9. RGB value is (114,96,233). Sum of RGB (Red+Green+Blue) = 114+96+233=443 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.73% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 233 (91.41% from 255 or 52.60% from 443); Max value from RGB is 233 - color contains mainly: blue. Hex color #7260E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7260E9 is #8D9F16. Grayscale: #747474. Windows color (decimal): -9281303 or 15294578. OLE color: 15294578.

HSL color Cylindrical-coordinate representation of color #7260E9: hue angle of 247.88º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7260E9 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 114 96 233 -
CMYK 0.51 0.59 0 0.09
HSL 247.88º 0.76% 0.65% -
HSV(B) 247.88º 0.59% 0.91% -
XYZ 25.83 17.83 79.17 -
YUV 117 193.46 125.86 -
System Red Green Blue C M Y K H S L
Decimal 114 96 233 0.51 0.59 0 0.09 247.88 0.76 0.65
Hex 72 60 E9 33 3B 0 9 F8 4C 41
Octal 162 140 351 63 73 0 11 370 114 101
Binary 1110010 1100000 11101001 110011 111011 0 1001 11111000 1001100 1000001

Color Harmonies of #7260E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7260E9

Black with #7260E9

Text Example


Text Example

White with #7260E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7260E9; }

 p { color: rgb(114,96,233); }

 H1.HeaderClassName
 {
   color: #7260E9;
 }
 .AnyTagClassName
 {
   color: #7260E9;
 }
</style>

background-color css

<style>
 a { background-color: #7260E9; }

 a { background-color: rgb(114,96,233); }

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

border-color css

<style>
 span { border-color: #7260E9; }

 span { border-color: rgb(114,96,233); }

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