Html Css Color HEX #725EFB Medium Slate Blue

📋 copy color: '#725EFB'

red 114 ◦ green 94 ◦ blue 251

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

Shades of Medium Slate Blue #725EFB

Tints of Medium Slate Blue #725EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.68%

R = 24.84%
G = 20.48%
B = 54.68%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#725EFB (or 0x725EFB) is known color: Medium Slate Blue. HEX triplet: 72, 5E and FB. RGB value is (114,94,251). Sum of RGB (Red+Green+Blue) = 114+94+251=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #725EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725EFB is #8DA104. Grayscale: #757575. Windows color (decimal): -9281797 or 16473714. OLE color: 16473714.

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

Color convert

RGB 114 94 251 -
CMYK 0.55 0.63 0 0.02
HSL 247.64º 0.95% 0.68% -
HSV(B) 247.64º 0.63% 0.98% -
XYZ 28.35 18.55 93.35 -
YUV 117.88 203.13 125.23 -
System Red Green Blue C M Y K H S L
Decimal 114 94 251 0.55 0.63 0 0.02 247.64 0.95 0.68
Hex 72 5E FB 37 3F 0 2 F8 5F 44
Octal 162 136 373 67 77 0 2 370 137 104
Binary 1110010 1011110 11111011 110111 111111 0 10 11111000 1011111 1000100

Color Harmonies of #725EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725EFB

Black with #725EFB

Text Example


Text Example

White with #725EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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