Html Css Color HEX #726FDF Medium Slate Blue

📋 copy color: '#726FDF'

red 114 ◦ green 111 ◦ blue 223

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

Shades of Medium Slate Blue #726FDF

Tints of Medium Slate Blue #726FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.78%

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 25.45%
G = 24.78%
B = 49.78%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#726FDF (or 0x726FDF) is known color: Medium Slate Blue. HEX triplet: 72, 6F and DF. RGB value is (114,111,223). Sum of RGB (Red+Green+Blue) = 114+111+223=448 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.45% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #726FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726FDF is #8D9020. Grayscale: #7C7C7C. Windows color (decimal): -9277473 or 14643058. OLE color: 14643058.

HSL color Cylindrical-coordinate representation of color #726FDF: hue angle of 241.61º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #726FDF is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 111 223 -
CMYK 0.49 0.50 0 0.13
HSL 241.61º 0.64% 0.65% -
HSV(B) 241.61º 0.5% 0.87% -
XYZ 25.94 20.27 72.36 -
YUV 124.67 183.49 120.39 -
System Red Green Blue C M Y K H S L
Decimal 114 111 223 0.49 0.50 0 0.13 241.61 0.64 0.65
Hex 72 6F DF 31 32 0 D F2 40 41
Octal 162 157 337 61 62 0 15 362 100 101
Binary 1110010 1101111 11011111 110001 110010 0 1101 11110010 1000000 1000001

Color Harmonies of #726FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726FDF

Black with #726FDF

Text Example


Text Example

White with #726FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726FDF; }

 p { color: rgb(114,111,223); }

 H1.HeaderClassName
 {
   color: #726FDF;
 }
 .AnyTagClassName
 {
   color: #726FDF;
 }
</style>

background-color css

<style>
 a { background-color: #726FDF; }

 a { background-color: rgb(114,111,223); }

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

border-color css

<style>
 span { border-color: #726FDF; }

 span { border-color: rgb(114,111,223); }

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