Html Css Color HEX #725FEE Medium Slate Blue

📋 copy color: '#725FEE'

red 114 ◦ green 95 ◦ blue 238

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

Shades of Medium Slate Blue #725FEE

Tints of Medium Slate Blue #725FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.24%

R = 25.5%
G = 21.25%
B = 53.24%

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

#725FEE (or 0x725FEE) is known color: Medium Slate Blue. HEX triplet: 72, 5F and EE. RGB value is (114,95,238). Sum of RGB (Red+Green+Blue) = 114+95+238=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #725FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725FEE is #8DA011. Grayscale: #747474. Windows color (decimal): -9281554 or 15622002. OLE color: 15622002.

HSL color Cylindrical-coordinate representation of color #725FEE: hue angle of 247.97º degrees, saturation: 0.81, 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 #725FEE is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 95 238 -
CMYK 0.52 0.60 0 0.07
HSL 247.97º 0.81% 0.65% -
HSV(B) 247.97º 0.6% 0.93% -
XYZ 26.46 17.93 82.96 -
YUV 116.98 196.29 125.87 -
System Red Green Blue C M Y K H S L
Decimal 114 95 238 0.52 0.60 0 0.07 247.97 0.81 0.65
Hex 72 5F EE 34 3C 0 7 F8 51 41
Octal 162 137 356 64 74 0 7 370 121 101
Binary 1110010 1011111 11101110 110100 111100 0 111 11111000 1010001 1000001

Color Harmonies of #725FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725FEE

Black with #725FEE

Text Example


Text Example

White with #725FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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