Html Css Color HEX #725FEC Medium Slate Blue

📋 copy color: '#725FEC'

red 114 ◦ green 95 ◦ blue 236

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

Shades of Medium Slate Blue #725FEC

Tints of Medium Slate Blue #725FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.35%

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

R = 25.62%
G = 21.35%
B = 53.03%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#725FEC (or 0x725FEC) is known color: Medium Slate Blue. HEX triplet: 72, 5F and EC. RGB value is (114,95,236). Sum of RGB (Red+Green+Blue) = 114+95+236=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #725FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725FEC is #8DA013. Grayscale: #747474. Windows color (decimal): -9281556 or 15490930. OLE color: 15490930.

HSL color Cylindrical-coordinate representation of color #725FEC: hue angle of 248.09º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #725FEC is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 95 236 -
CMYK 0.52 0.60 0 0.07
HSL 248.09º 0.79% 0.65% -
HSV(B) 248.09º 0.6% 0.93% -
XYZ 26.17 17.82 81.42 -
YUV 116.76 195.29 126.04 -
System Red Green Blue C M Y K H S L
Decimal 114 95 236 0.52 0.60 0 0.07 248.09 0.79 0.65
Hex 72 5F EC 34 3C 0 7 F8 4F 41
Octal 162 137 354 64 74 0 7 370 117 101
Binary 1110010 1011111 11101100 110100 111100 0 111 11111000 1001111 1000001

Color Harmonies of #725FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725FEC

Black with #725FEC

Text Example


Text Example

White with #725FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725FEC; }

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

 H1.HeaderClassName
 {
   color: #725FEC;
 }
 .AnyTagClassName
 {
   color: #725FEC;
 }
</style>

background-color css

<style>
 a { background-color: #725FEC; }

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

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

border-color css

<style>
 span { border-color: #725FEC; }

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

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