Html Css Color HEX #7259EC Medium Slate Blue

📋 copy color: '#7259EC'

red 114 ◦ green 89 ◦ blue 236

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

Shades of Medium Slate Blue #7259EC

Tints of Medium Slate Blue #7259EC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.27%

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

R = 25.97%
G = 20.27%
B = 53.76%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7259EC (or 0x7259EC) is known color: Medium Slate Blue. HEX triplet: 72, 59 and EC. RGB value is (114,89,236). Sum of RGB (Red+Green+Blue) = 114+89+236=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #7259EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7259EC is #8DA613. Grayscale: #707070. Windows color (decimal): -9283092 or 15489394. OLE color: 15489394.

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

Color convert

RGB 114 89 236 -
CMYK 0.52 0.62 0 0.07
HSL 250.2º 0.79% 0.64% -
HSV(B) 250.2º 0.62% 0.93% -
XYZ 25.65 16.78 81.24 -
YUV 113.23 197.28 128.55 -
System Red Green Blue C M Y K H S L
Decimal 114 89 236 0.52 0.62 0 0.07 250.2 0.79 0.64
Hex 72 59 EC 34 3E 0 7 FA 4F 40
Octal 162 131 354 64 76 0 7 372 117 100
Binary 1110010 1011001 11101100 110100 111110 0 111 11111010 1001111 1000000

Color Harmonies of #7259EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7259EC

Black with #7259EC

Text Example


Text Example

White with #7259EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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