Html Css Color HEX #725BFE Medium Slate Blue

📋 copy color: '#725BFE'

red 114 ◦ green 91 ◦ blue 254

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

Shades of Medium Slate Blue #725BFE

Tints of Medium Slate Blue #725BFE

RGB

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

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

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

R = 24.84%
G = 19.83%
B = 55.34%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#725BFE (or 0x725BFE) is known color: Medium Slate Blue. HEX triplet: 72, 5B and FE. RGB value is (114,91,254). Sum of RGB (Red+Green+Blue) = 114+91+254=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #725BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725BFE is #8DA401. Grayscale: #737373. Windows color (decimal): -9282562 or 16669554. OLE color: 16669554.

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

Color convert

RGB 114 91 254 -
CMYK 0.55 0.64 0 0.00
HSL 248.47º 0.99% 0.68% -
HSV(B) 248.47º 0.64% 1% -
XYZ 28.57 18.22 95.78 -
YUV 116.46 205.62 126.25 -
System Red Green Blue C M Y K H S L
Decimal 114 91 254 0.55 0.64 0 0.00 248.47 0.99 0.68
Hex 72 5B FE 37 40 0 0 F8 63 44
Octal 162 133 376 67 100 0 0 370 143 104
Binary 1110010 1011011 11111110 110111 1000000 0 0 11111000 1100011 1000100

Color Harmonies of #725BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725BFE

Black with #725BFE

Text Example


Text Example

White with #725BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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