Html Css Color HEX #725BFC Medium Slate Blue

📋 copy color: '#725BFC'

red 114 ◦ green 91 ◦ blue 252

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

Shades of Medium Slate Blue #725BFC

Tints of Medium Slate Blue #725BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.14%

R = 24.95%
G = 19.91%
B = 55.14%

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

#725BFC (or 0x725BFC) is known color: Medium Slate Blue. HEX triplet: 72, 5B and FC. RGB value is (114,91,252). Sum of RGB (Red+Green+Blue) = 114+91+252=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #725BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725BFC is #8DA403. Grayscale: #737373. Windows color (decimal): -9282564 or 16538482. OLE color: 16538482.

HSL color Cylindrical-coordinate representation of color #725BFC: hue angle of 248.57º degrees, saturation: 0.96, 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 #725BFC is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 114 91 252 -
CMYK 0.55 0.64 0 0.01
HSL 248.57º 0.96% 0.67% -
HSV(B) 248.57º 0.64% 0.99% -
XYZ 28.25 18.09 94.1 -
YUV 116.23 204.62 126.41 -
System Red Green Blue C M Y K H S L
Decimal 114 91 252 0.55 0.64 0 0.01 248.57 0.96 0.67
Hex 72 5B FC 37 40 0 1 F9 60 43
Octal 162 133 374 67 100 0 1 371 140 103
Binary 1110010 1011011 11111100 110111 1000000 0 1 11111001 1100000 1000011

Color Harmonies of #725BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725BFC

Black with #725BFC

Text Example


Text Example

White with #725BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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