Html Css Color HEX #7260EC Medium Slate Blue

📋 copy color: '#7260EC'

red 114 ◦ green 96 ◦ blue 236

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

Shades of Medium Slate Blue #7260EC

Tints of Medium Slate Blue #7260EC

RGB

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

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

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

R = 25.56%
G = 21.52%
B = 52.91%

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

#7260EC (or 0x7260EC) is known color: Medium Slate Blue. HEX triplet: 72, 60 and EC. RGB value is (114,96,236). Sum of RGB (Red+Green+Blue) = 114+96+236=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #7260EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7260EC is #8D9F13. Grayscale: #747474. Windows color (decimal): -9281300 or 15491186. OLE color: 15491186.

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

Color convert

RGB 114 96 236 -
CMYK 0.52 0.59 0 0.07
HSL 247.71º 0.79% 0.65% -
HSV(B) 247.71º 0.59% 0.93% -
XYZ 26.26 18 81.45 -
YUV 117.34 194.96 125.62 -
System Red Green Blue C M Y K H S L
Decimal 114 96 236 0.52 0.59 0 0.07 247.71 0.79 0.65
Hex 72 60 EC 34 3B 0 7 F8 4F 41
Octal 162 140 354 64 73 0 7 370 117 101
Binary 1110010 1100000 11101100 110100 111011 0 111 11111000 1001111 1000001

Color Harmonies of #7260EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7260EC

Black with #7260EC

Text Example


Text Example

White with #7260EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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