Html Css Color HEX #725AFE Medium Slate Blue

📋 copy color: '#725AFE'

red 114 ◦ green 90 ◦ blue 254

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

Shades of Medium Slate Blue #725AFE

Tints of Medium Slate Blue #725AFE

RGB

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

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

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

R = 24.89%
G = 19.65%
B = 55.46%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#725AFE (or 0x725AFE) is known color: Medium Slate Blue. HEX triplet: 72, 5A and FE. RGB value is (114,90,254). Sum of RGB (Red+Green+Blue) = 114+90+254=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #725AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725AFE is #8DA501. Grayscale: #737373. Windows color (decimal): -9282818 or 16669298. OLE color: 16669298.

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

Color convert

RGB 114 90 254 -
CMYK 0.55 0.65 0 0.00
HSL 248.78º 0.99% 0.67% -
HSV(B) 248.78º 0.65% 1% -
XYZ 28.48 18.05 95.75 -
YUV 115.87 205.95 126.66 -
System Red Green Blue C M Y K H S L
Decimal 114 90 254 0.55 0.65 0 0.00 248.78 0.99 0.67
Hex 72 5A FE 37 41 0 0 F9 63 43
Octal 162 132 376 67 101 0 0 371 143 103
Binary 1110010 1011010 11111110 110111 1000001 0 0 11111001 1100011 1000011

Color Harmonies of #725AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725AFE

Black with #725AFE

Text Example


Text Example

White with #725AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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