Html Css Color HEX #727CDF Medium Slate Blue

📋 copy color: '#727CDF'

red 114 ◦ green 124 ◦ blue 223

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

Shades of Medium Slate Blue #727CDF

Tints of Medium Slate Blue #727CDF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.9%

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

R = 24.73%
G = 26.9%
B = 48.37%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#727CDF (or 0x727CDF) is known color: Medium Slate Blue. HEX triplet: 72, 7C and DF. RGB value is (114,124,223). Sum of RGB (Red+Green+Blue) = 114+124+223=461 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.73% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #727CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727CDF is #8D8320. Grayscale: #838383. Windows color (decimal): -9274145 or 14646386. OLE color: 14646386.

HSL color Cylindrical-coordinate representation of color #727CDF: hue angle of 234.5º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #727CDF is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 124 223 -
CMYK 0.49 0.44 0 0.13
HSL 234.5º 0.63% 0.66% -
HSV(B) 234.5º 0.49% 0.87% -
XYZ 27.47 23.32 72.87 -
YUV 132.3 179.19 114.95 -
System Red Green Blue C M Y K H S L
Decimal 114 124 223 0.49 0.44 0 0.13 234.5 0.63 0.66
Hex 72 7C DF 31 2C 0 D EA 3F 42
Octal 162 174 337 61 54 0 15 352 77 102
Binary 1110010 1111100 11011111 110001 101100 0 1101 11101010 111111 1000010

Color Harmonies of #727CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727CDF

Black with #727CDF

Text Example


Text Example

White with #727CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727CDF; }

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

 H1.HeaderClassName
 {
   color: #727CDF;
 }
 .AnyTagClassName
 {
   color: #727CDF;
 }
</style>

background-color css

<style>
 a { background-color: #727CDF; }

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

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

border-color css

<style>
 span { border-color: #727CDF; }

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

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