Html Css Color HEX #727CDE Medium Slate Blue

📋 copy color: '#727CDE'

red 114 ◦ green 124 ◦ blue 222

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

Shades of Medium Slate Blue #727CDE

Tints of Medium Slate Blue #727CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.26%

R = 24.78%
G = 26.96%
B = 48.26%

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

#727CDE (or 0x727CDE) is known color: Medium Slate Blue. HEX triplet: 72, 7C and DE. RGB value is (114,124,222). Sum of RGB (Red+Green+Blue) = 114+124+222=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #727CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727CDE is #8D8321. Grayscale: #838383. Windows color (decimal): -9274146 or 14580850. OLE color: 14580850.

HSL color Cylindrical-coordinate representation of color #727CDE: hue angle of 234.44º degrees, saturation: 0.62, 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 #727CDE is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 124 222 -
CMYK 0.49 0.44 0 0.13
HSL 234.44º 0.62% 0.66% -
HSV(B) 234.44º 0.49% 0.87% -
XYZ 27.33 23.27 72.16 -
YUV 132.18 178.69 115.03 -
System Red Green Blue C M Y K H S L
Decimal 114 124 222 0.49 0.44 0 0.13 234.44 0.62 0.66
Hex 72 7C DE 31 2C 0 D EA 3E 42
Octal 162 174 336 61 54 0 15 352 76 102
Binary 1110010 1111100 11011110 110001 101100 0 1101 11101010 111110 1000010

Color Harmonies of #727CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727CDE

Black with #727CDE

Text Example


Text Example

White with #727CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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