Html Css Color HEX #725BFD Medium Slate Blue

📋 copy color: '#725BFD'

red 114 ◦ green 91 ◦ blue 253

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

Shades of Medium Slate Blue #725BFD

Tints of Medium Slate Blue #725BFD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.87%

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

R = 24.89%
G = 19.87%
B = 55.24%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#725BFD (or 0x725BFD) is known color: Medium Slate Blue. HEX triplet: 72, 5B and FD. RGB value is (114,91,253). Sum of RGB (Red+Green+Blue) = 114+91+253=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #725BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725BFD is #8DA402. Grayscale: #737373. Windows color (decimal): -9282563 or 16604018. OLE color: 16604018.

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

Color convert

RGB 114 91 253 -
CMYK 0.55 0.64 0 0.01
HSL 248.52º 0.98% 0.67% -
HSV(B) 248.52º 0.64% 0.99% -
XYZ 28.41 18.15 94.93 -
YUV 116.35 205.12 126.33 -
System Red Green Blue C M Y K H S L
Decimal 114 91 253 0.55 0.64 0 0.01 248.52 0.98 0.67
Hex 72 5B FD 37 40 0 1 F9 62 43
Octal 162 133 375 67 100 0 1 371 142 103
Binary 1110010 1011011 11111101 110111 1000000 0 1 11111001 1100010 1000011

Color Harmonies of #725BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725BFD

Black with #725BFD

Text Example


Text Example

White with #725BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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