Html Css Color HEX #7260E0 Medium Slate Blue

📋 copy color: '#7260E0'

red 114 ◦ green 96 ◦ blue 224

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

Shades of Medium Slate Blue #7260E0

Tints of Medium Slate Blue #7260E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.61%

R = 26.27%
G = 22.12%
B = 51.61%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7260E0 (or 0x7260E0) is known color: Medium Slate Blue. HEX triplet: 72, 60 and E0. RGB value is (114,96,224). Sum of RGB (Red+Green+Blue) = 114+96+224=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #7260E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7260E0 is #8D9F1F. Grayscale: #737373. Windows color (decimal): -9281312 or 14704754. OLE color: 14704754.

HSL color Cylindrical-coordinate representation of color #7260E0: hue angle of 248.44º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7260E0 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 114 96 224 -
CMYK 0.49 0.57 0 0.12
HSL 248.44º 0.67% 0.63% -
HSV(B) 248.44º 0.57% 0.88% -
XYZ 24.58 17.32 72.57 -
YUV 115.97 188.96 126.59 -
System Red Green Blue C M Y K H S L
Decimal 114 96 224 0.49 0.57 0 0.12 248.44 0.67 0.63
Hex 72 60 E0 31 39 0 C F8 43 3F
Octal 162 140 340 61 71 0 14 370 103 77
Binary 1110010 1100000 11100000 110001 111001 0 1100 11111000 1000011 111111

Color Harmonies of #7260E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7260E0

Black with #7260E0

Text Example


Text Example

White with #7260E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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