Html Css Color HEX #725EFA Medium Slate Blue

📋 copy color: '#725EFA'

red 114 ◦ green 94 ◦ blue 250

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

Shades of Medium Slate Blue #725EFA

Tints of Medium Slate Blue #725EFA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.52%

 BLUE value IS 250 (98.05% from 255) = 54.59%

R = 24.89%
G = 20.52%
B = 54.59%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#725EFA (or 0x725EFA) is known color: Medium Slate Blue. HEX triplet: 72, 5E and FA. RGB value is (114,94,250). Sum of RGB (Red+Green+Blue) = 114+94+250=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #725EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725EFA is #8DA105. Grayscale: #757575. Windows color (decimal): -9281798 or 16408178. OLE color: 16408178.

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

Color convert

RGB 114 94 250 -
CMYK 0.54 0.62 0 0.02
HSL 247.69º 0.94% 0.67% -
HSV(B) 247.69º 0.62% 0.98% -
XYZ 28.2 18.48 92.52 -
YUV 117.76 202.63 125.32 -
System Red Green Blue C M Y K H S L
Decimal 114 94 250 0.54 0.62 0 0.02 247.69 0.94 0.67
Hex 72 5E FA 36 3E 0 2 F8 5E 43
Octal 162 136 372 66 76 0 2 370 136 103
Binary 1110010 1011110 11111010 110110 111110 0 10 11111000 1011110 1000011

Color Harmonies of #725EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725EFA

Black with #725EFA

Text Example


Text Example

White with #725EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,94,250); }

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

background-color css

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

 a { background-color: rgb(114,94,250); }

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

border-color css

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

 span { border-color: rgb(114,94,250); }

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