Html Css Color HEX #725BFF Medium Slate Blue

📋 copy color: '#725BFF'

red 114 ◦ green 91 ◦ blue 255

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

Shades of Medium Slate Blue #725BFF

Tints of Medium Slate Blue #725BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.43%

R = 24.78%
G = 19.78%
B = 55.43%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#725BFF (or 0x725BFF) is known color: Medium Slate Blue. HEX triplet: 72, 5B and FF. RGB value is (114,91,255). Sum of RGB (Red+Green+Blue) = 114+91+255=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #725BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725BFF is #8DA400. Grayscale: #737373. Windows color (decimal): -9282561 or 16735090. OLE color: 16735090.

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

Color convert

RGB 114 91 255 -
CMYK 0.55 0.64 0 0
HSL 248.41º 1% 0.68% -
HSV(B) 248.41º 0.64% 1% -
XYZ 28.73 18.28 96.62 -
YUV 116.57 206.12 126.16 -
System Red Green Blue C M Y K H S L
Decimal 114 91 255 0.55 0.64 0 0 248.41 1 0.68
Hex 72 5B FF 37 40 0 0 F8 64 44
Octal 162 133 377 67 100 0 0 370 144 104
Binary 1110010 1011011 11111111 110111 1000000 0 0 11111000 1100100 1000100

Color Harmonies of #725BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725BFF

Black with #725BFF

Text Example


Text Example

White with #725BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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