Html Css Color HEX #725FE2 Medium Slate Blue

📋 copy color: '#725FE2'

red 114 ◦ green 95 ◦ blue 226

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

Shades of Medium Slate Blue #725FE2

Tints of Medium Slate Blue #725FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 51.95%

R = 26.21%
G = 21.84%
B = 51.95%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#725FE2 (or 0x725FE2) is known color: Medium Slate Blue. HEX triplet: 72, 5F and E2. RGB value is (114,95,226). Sum of RGB (Red+Green+Blue) = 114+95+226=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 226 (88.67% from 255 or 51.95% from 435); Max value from RGB is 226 - color contains mainly: blue. Hex color #725FE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725FE2 is #8DA01D. Grayscale: #737373. Windows color (decimal): -9281566 or 14835570. OLE color: 14835570.

HSL color Cylindrical-coordinate representation of color #725FE2: hue angle of 248.7º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #725FE2 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 114 95 226 -
CMYK 0.50 0.58 0 0.11
HSL 248.7º 0.69% 0.63% -
HSV(B) 248.7º 0.58% 0.89% -
XYZ 24.76 17.25 73.98 -
YUV 115.62 190.29 126.85 -
System Red Green Blue C M Y K H S L
Decimal 114 95 226 0.50 0.58 0 0.11 248.7 0.69 0.63
Hex 72 5F E2 32 3A 0 B F9 45 3F
Octal 162 137 342 62 72 0 13 371 105 77
Binary 1110010 1011111 11100010 110010 111010 0 1011 11111001 1000101 111111

Color Harmonies of #725FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725FE2

Black with #725FE2

Text Example


Text Example

White with #725FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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