Html Css Color HEX #727CED Medium Slate Blue

📋 copy color: '#727CED'

red 114 ◦ green 124 ◦ blue 237

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

Shades of Medium Slate Blue #727CED

Tints of Medium Slate Blue #727CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.89%

R = 24%
G = 26.11%
B = 49.89%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#727CED (or 0x727CED) is known color: Medium Slate Blue. HEX triplet: 72, 7C and ED. RGB value is (114,124,237). Sum of RGB (Red+Green+Blue) = 114+124+237=475 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #727CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727CED is #8D8312. Grayscale: #858585. Windows color (decimal): -9274131 or 15563890. OLE color: 15563890.

HSL color Cylindrical-coordinate representation of color #727CED: hue angle of 235.12º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #727CED is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 124 237 -
CMYK 0.52 0.48 0 0.07
HSL 235.12º 0.77% 0.69% -
HSV(B) 235.12º 0.52% 0.93% -
XYZ 29.43 24.11 83.22 -
YUV 133.89 186.19 113.81 -
System Red Green Blue C M Y K H S L
Decimal 114 124 237 0.52 0.48 0 0.07 235.12 0.77 0.69
Hex 72 7C ED 34 30 0 7 EB 4D 45
Octal 162 174 355 64 60 0 7 353 115 105
Binary 1110010 1111100 11101101 110100 110000 0 111 11101011 1001101 1000101

Color Harmonies of #727CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727CED

Black with #727CED

Text Example


Text Example

White with #727CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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