Html Css Color HEX #725EEB Medium Slate Blue

📋 copy color: '#725EEB'

red 114 ◦ green 94 ◦ blue 235

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

Shades of Medium Slate Blue #725EEB

Tints of Medium Slate Blue #725EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.22%

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

R = 25.73%
G = 21.22%
B = 53.05%

CMYK

 C value IS 0.51

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#725EEB (or 0x725EEB) is known color: Medium Slate Blue. HEX triplet: 72, 5E and EB. RGB value is (114,94,235). Sum of RGB (Red+Green+Blue) = 114+94+235=443 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.73% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #725EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725EEB is #8DA114. Grayscale: #737373. Windows color (decimal): -9281813 or 15425138. OLE color: 15425138.

HSL color Cylindrical-coordinate representation of color #725EEB: hue angle of 248.51º 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 #725EEB is Cyan = 0.51, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 94 235 -
CMYK 0.51 0.6 0 0.08
HSL 248.51º 0.78% 0.65% -
HSV(B) 248.51º 0.6% 0.92% -
XYZ 25.94 17.58 80.62 -
YUV 116.05 195.13 126.54 -
System Red Green Blue C M Y K H S L
Decimal 114 94 235 0.51 0.6 0 0.08 248.51 0.78 0.65
Hex 72 5E EB 33 3C 0 8 F9 4E 41
Octal 162 136 353 63 74 0 10 371 116 101
Binary 1110010 1011110 11101011 110011 111100 0 1000 11111001 1001110 1000001

Color Harmonies of #725EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725EEB

Black with #725EEB

Text Example


Text Example

White with #725EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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