Html Css Color HEX #727CF1 Medium Slate Blue

📋 copy color: '#727CF1'

red 114 ◦ green 124 ◦ blue 241

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

Shades of Medium Slate Blue #727CF1

Tints of Medium Slate Blue #727CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.31%

R = 23.8%
G = 25.89%
B = 50.31%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#727CF1 (or 0x727CF1) is known color: Medium Slate Blue. HEX triplet: 72, 7C and F1. RGB value is (114,124,241). Sum of RGB (Red+Green+Blue) = 114+124+241=479 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.80% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #727CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727CF1 is #8D830E. Grayscale: #858585. Windows color (decimal): -9274127 or 15826034. OLE color: 15826034.

HSL color Cylindrical-coordinate representation of color #727CF1: hue angle of 235.28º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #727CF1 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 114 124 241 -
CMYK 0.53 0.49 0 0.05
HSL 235.28º 0.82% 0.7% -
HSV(B) 235.28º 0.53% 0.95% -
XYZ 30.02 24.34 86.34 -
YUV 134.35 188.19 113.49 -
System Red Green Blue C M Y K H S L
Decimal 114 124 241 0.53 0.49 0 0.05 235.28 0.82 0.7
Hex 72 7C F1 35 31 0 5 EB 52 46
Octal 162 174 361 65 61 0 5 353 122 106
Binary 1110010 1111100 11110001 110101 110001 0 101 11101011 1010010 1000110

Color Harmonies of #727CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727CF1

Black with #727CF1

Text Example


Text Example

White with #727CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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