Html Css Color HEX #725FFE Medium Slate Blue

📋 copy color: '#725FFE'

red 114 ◦ green 95 ◦ blue 254

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

Shades of Medium Slate Blue #725FFE

Tints of Medium Slate Blue #725FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.86%

R = 24.62%
G = 20.52%
B = 54.86%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#725FFE (or 0x725FFE) is known color: Medium Slate Blue. HEX triplet: 72, 5F and FE. RGB value is (114,95,254). Sum of RGB (Red+Green+Blue) = 114+95+254=463 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.62% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #725FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725FFE is #8DA001. Grayscale: #767676. Windows color (decimal): -9281538 or 16670578. OLE color: 16670578.

HSL color Cylindrical-coordinate representation of color #725FFE: hue angle of 247.17º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #725FFE is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 95 254 -
CMYK 0.55 0.63 0 0.00
HSL 247.17º 0.99% 0.68% -
HSV(B) 247.17º 0.63% 1% -
XYZ 28.92 18.92 95.89 -
YUV 118.81 204.29 124.57 -
System Red Green Blue C M Y K H S L
Decimal 114 95 254 0.55 0.63 0 0.00 247.17 0.99 0.68
Hex 72 5F FE 37 3F 0 0 F7 63 44
Octal 162 137 376 67 77 0 0 367 143 104
Binary 1110010 1011111 11111110 110111 111111 0 0 11110111 1100011 1000100

Color Harmonies of #725FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725FFE

Black with #725FFE

Text Example


Text Example

White with #725FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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