Html Css Color HEX #725FE4 Medium Slate Blue

📋 copy color: '#725FE4'

red 114 ◦ green 95 ◦ blue 228

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

Shades of Medium Slate Blue #725FE4

Tints of Medium Slate Blue #725FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 52.17%

R = 26.09%
G = 21.74%
B = 52.17%

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

#725FE4 (or 0x725FE4) is known color: Medium Slate Blue. HEX triplet: 72, 5F and E4. RGB value is (114,95,228). Sum of RGB (Red+Green+Blue) = 114+95+228=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 228 (89.45% from 255 or 52.17% from 437); Max value from RGB is 228 - color contains mainly: blue. Hex color #725FE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725FE4 is #8DA01B. Grayscale: #737373. Windows color (decimal): -9281564 or 14966642. OLE color: 14966642.

HSL color Cylindrical-coordinate representation of color #725FE4: hue angle of 248.57º degrees, saturation: 0.71, 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 #725FE4 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 114 95 228 -
CMYK 0.50 0.58 0 0.11
HSL 248.57º 0.71% 0.63% -
HSV(B) 248.57º 0.58% 0.89% -
XYZ 25.04 17.36 75.43 -
YUV 115.84 191.29 126.69 -
System Red Green Blue C M Y K H S L
Decimal 114 95 228 0.50 0.58 0 0.11 248.57 0.71 0.63
Hex 72 5F E4 32 3A 0 B F9 47 3F
Octal 162 137 344 62 72 0 13 371 107 77
Binary 1110010 1011111 11100100 110010 111010 0 1011 11111001 1000111 111111

Color Harmonies of #725FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725FE4

Black with #725FE4

Text Example


Text Example

White with #725FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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