Html Css Color HEX #725AF9 Medium Slate Blue

📋 copy color: '#725AF9'

red 114 ◦ green 90 ◦ blue 249

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

Shades of Medium Slate Blue #725AF9

Tints of Medium Slate Blue #725AF9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.87%

 BLUE value IS 249 (97.66% from 255) = 54.97%

R = 25.17%
G = 19.87%
B = 54.97%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#725AF9 (or 0x725AF9) is known color: Medium Slate Blue. HEX triplet: 72, 5A and F9. RGB value is (114,90,249). Sum of RGB (Red+Green+Blue) = 114+90+249=453 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.17% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 249 (97.66% from 255 or 54.97% from 453); Max value from RGB is 249 - color contains mainly: blue. Hex color #725AF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725AF9 is #8DA506. Grayscale: #727272. Windows color (decimal): -9282823 or 16341618. OLE color: 16341618.

HSL color Cylindrical-coordinate representation of color #725AF9: hue angle of 249.06º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #725AF9 is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 90 249 -
CMYK 0.54 0.64 0 0.02
HSL 249.06º 0.93% 0.66% -
HSV(B) 249.06º 0.64% 0.98% -
XYZ 27.69 17.73 91.58 -
YUV 115.3 203.45 127.07 -
System Red Green Blue C M Y K H S L
Decimal 114 90 249 0.54 0.64 0 0.02 249.06 0.93 0.66
Hex 72 5A F9 36 40 0 2 F9 5D 42
Octal 162 132 371 66 100 0 2 371 135 102
Binary 1110010 1011010 11111001 110110 1000000 0 10 11111001 1011101 1000010

Color Harmonies of #725AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725AF9

Black with #725AF9

Text Example


Text Example

White with #725AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,90,249); }

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

background-color css

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

 a { background-color: rgb(114,90,249); }

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

border-color css

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

 span { border-color: rgb(114,90,249); }

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