Html Css Color HEX #725FFD Medium Slate Blue

📋 copy color: '#725FFD'

red 114 ◦ green 95 ◦ blue 253

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

Shades of Medium Slate Blue #725FFD

Tints of Medium Slate Blue #725FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.56%

 BLUE value IS 253 (99.22% from 255) = 54.76%

R = 24.68%
G = 20.56%
B = 54.76%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#725FFD (or 0x725FFD) is known color: Medium Slate Blue. HEX triplet: 72, 5F and FD. RGB value is (114,95,253). Sum of RGB (Red+Green+Blue) = 114+95+253=462 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.68% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #725FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725FFD is #8DA002. Grayscale: #767676. Windows color (decimal): -9281539 or 16605042. OLE color: 16605042.

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

Color convert

RGB 114 95 253 -
CMYK 0.55 0.62 0 0.01
HSL 247.22º 0.98% 0.68% -
HSV(B) 247.22º 0.62% 0.99% -
XYZ 28.76 18.85 95.05 -
YUV 118.69 203.79 124.65 -
System Red Green Blue C M Y K H S L
Decimal 114 95 253 0.55 0.62 0 0.01 247.22 0.98 0.68
Hex 72 5F FD 37 3E 0 1 F7 62 44
Octal 162 137 375 67 76 0 1 367 142 104
Binary 1110010 1011111 11111101 110111 111110 0 1 11110111 1100010 1000100

Color Harmonies of #725FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725FFD

Black with #725FFD

Text Example


Text Example

White with #725FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,95,253); }

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

background-color css

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

 a { background-color: rgb(114,95,253); }

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

border-color css

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

 span { border-color: rgb(114,95,253); }

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