Html Css Color HEX #727BF4 Medium Slate Blue

📋 copy color: '#727BF4'

red 114 ◦ green 123 ◦ blue 244

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

Shades of Medium Slate Blue #727BF4

Tints of Medium Slate Blue #727BF4

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.57%

 BLUE value IS 244 (95.7% from 255) = 50.73%

R = 23.7%
G = 25.57%
B = 50.73%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#727BF4 (or 0x727BF4) is known color: Medium Slate Blue. HEX triplet: 72, 7B and F4. RGB value is (114,123,244). Sum of RGB (Red+Green+Blue) = 114+123+244=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 244 (95.70% from 255 or 50.73% from 481); Max value from RGB is 244 - color contains mainly: blue. Hex color #727BF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727BF4 is #8D840B. Grayscale: #858585. Windows color (decimal): -9274380 or 16022386. OLE color: 16022386.

HSL color Cylindrical-coordinate representation of color #727BF4: hue angle of 235.85º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #727BF4 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 114 123 244 -
CMYK 0.53 0.50 0 0.04
HSL 235.85º 0.86% 0.7% -
HSV(B) 235.85º 0.53% 0.96% -
XYZ 30.35 24.27 88.67 -
YUV 134.1 190.02 113.66 -
System Red Green Blue C M Y K H S L
Decimal 114 123 244 0.53 0.50 0 0.04 235.85 0.86 0.7
Hex 72 7B F4 35 32 0 4 EC 56 46
Octal 162 173 364 65 62 0 4 354 126 106
Binary 1110010 1111011 11110100 110101 110010 0 100 11101100 1010110 1000110

Color Harmonies of #727BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727BF4

Black with #727BF4

Text Example


Text Example

White with #727BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,123,244); }

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

background-color css

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

 a { background-color: rgb(114,123,244); }

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

border-color css

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

 span { border-color: rgb(114,123,244); }

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