Html Css Color HEX #725BEC Medium Slate Blue

📋 copy color: '#725BEC'

red 114 ◦ green 91 ◦ blue 236

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

Shades of Medium Slate Blue #725BEC

Tints of Medium Slate Blue #725BEC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.63%

 BLUE value IS 236 (92.58% from 255) = 53.51%

R = 25.85%
G = 20.63%
B = 53.51%

CMYK

 C value IS 0.52

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#725BEC (or 0x725BEC) is known color: Medium Slate Blue. HEX triplet: 72, 5B and EC. RGB value is (114,91,236). Sum of RGB (Red+Green+Blue) = 114+91+236=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #725BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725BEC is #8DA413. Grayscale: #717171. Windows color (decimal): -9282580 or 15489906. OLE color: 15489906.

HSL color Cylindrical-coordinate representation of color #725BEC: hue angle of 249.52º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #725BEC is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 91 236 -
CMYK 0.52 0.61 0 0.07
HSL 249.52º 0.79% 0.64% -
HSV(B) 249.52º 0.61% 0.93% -
XYZ 25.82 17.12 81.3 -
YUV 114.41 196.62 127.71 -
System Red Green Blue C M Y K H S L
Decimal 114 91 236 0.52 0.61 0 0.07 249.52 0.79 0.64
Hex 72 5B EC 34 3D 0 7 FA 4F 40
Octal 162 133 354 64 75 0 7 372 117 100
Binary 1110010 1011011 11101100 110100 111101 0 111 11111010 1001111 1000000

Color Harmonies of #725BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725BEC

Black with #725BEC

Text Example


Text Example

White with #725BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,91,236); }

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

background-color css

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

 a { background-color: rgb(114,91,236); }

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

border-color css

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

 span { border-color: rgb(114,91,236); }

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