Html Css Color HEX #725FEB Medium Slate Blue

📋 copy color: '#725FEB'

red 114 ◦ green 95 ◦ blue 235

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

Shades of Medium Slate Blue #725FEB

Tints of Medium Slate Blue #725FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.93%

R = 25.68%
G = 21.4%
B = 52.93%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#725FEB (or 0x725FEB) is known color: Medium Slate Blue. HEX triplet: 72, 5F and EB. RGB value is (114,95,235). Sum of RGB (Red+Green+Blue) = 114+95+235=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #725FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725FEB is #8DA014. Grayscale: #747474. Windows color (decimal): -9281557 or 15425394. OLE color: 15425394.

HSL color Cylindrical-coordinate representation of color #725FEB: hue angle of 248.14º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #725FEB is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 95 235 -
CMYK 0.51 0.60 0 0.08
HSL 248.14º 0.78% 0.65% -
HSV(B) 248.14º 0.6% 0.92% -
XYZ 26.03 17.76 80.65 -
YUV 116.64 194.79 126.12 -
System Red Green Blue C M Y K H S L
Decimal 114 95 235 0.51 0.60 0 0.08 248.14 0.78 0.65
Hex 72 5F EB 33 3C 0 8 F8 4E 41
Octal 162 137 353 63 74 0 10 370 116 101
Binary 1110010 1011111 11101011 110011 111100 0 1000 11111000 1001110 1000001

Color Harmonies of #725FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725FEB

Black with #725FEB

Text Example


Text Example

White with #725FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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