Html Css Color HEX #725FE1 Medium Slate Blue

📋 copy color: '#725FE1'

red 114 ◦ green 95 ◦ blue 225

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

Shades of Medium Slate Blue #725FE1

Tints of Medium Slate Blue #725FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.84%

R = 26.27%
G = 21.89%
B = 51.84%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#725FE1 (or 0x725FE1) is known color: Medium Slate Blue. HEX triplet: 72, 5F and E1. RGB value is (114,95,225). Sum of RGB (Red+Green+Blue) = 114+95+225=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 225 (88.28% from 255 or 51.84% from 434); Max value from RGB is 225 - color contains mainly: blue. Hex color #725FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725FE1 is #8DA01E. Grayscale: #737373. Windows color (decimal): -9281567 or 14770034. OLE color: 14770034.

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

Color convert

RGB 114 95 225 -
CMYK 0.49 0.58 0 0.12
HSL 248.77º 0.68% 0.63% -
HSV(B) 248.77º 0.58% 0.88% -
XYZ 24.62 17.2 73.26 -
YUV 115.5 189.79 126.93 -
System Red Green Blue C M Y K H S L
Decimal 114 95 225 0.49 0.58 0 0.12 248.77 0.68 0.63
Hex 72 5F E1 31 3A 0 C F9 44 3F
Octal 162 137 341 61 72 0 14 371 104 77
Binary 1110010 1011111 11100001 110001 111010 0 1100 11111001 1000100 111111

Color Harmonies of #725FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725FE1

Black with #725FE1

Text Example


Text Example

White with #725FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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