Html Css Color HEX #725CFF Medium Slate Blue

📋 copy color: '#725CFF'

red 114 ◦ green 92 ◦ blue 255

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

Shades of Medium Slate Blue #725CFF

Tints of Medium Slate Blue #725CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.96%

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

R = 24.73%
G = 19.96%
B = 55.31%

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

#725CFF (or 0x725CFF) is known color: Medium Slate Blue. HEX triplet: 72, 5C and FF. RGB value is (114,92,255). Sum of RGB (Red+Green+Blue) = 114+92+255=461 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.73% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #725CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725CFF is #8DA300. Grayscale: #747474. Windows color (decimal): -9282305 or 16735346. OLE color: 16735346.

HSL color Cylindrical-coordinate representation of color #725CFF: hue angle of 248.1º 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 #725CFF is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 114 92 255 -
CMYK 0.55 0.64 0 0
HSL 248.1º 1% 0.68% -
HSV(B) 248.1º 0.64% 1% -
XYZ 28.82 18.45 96.65 -
YUV 117.16 205.79 125.75 -
System Red Green Blue C M Y K H S L
Decimal 114 92 255 0.55 0.64 0 0 248.1 1 0.68
Hex 72 5C FF 37 40 0 0 F8 64 44
Octal 162 134 377 67 100 0 0 370 144 104
Binary 1110010 1011100 11111111 110111 1000000 0 0 11111000 1100100 1000100

Color Harmonies of #725CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725CFF

Black with #725CFF

Text Example


Text Example

White with #725CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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