Html Css Color HEX #727BF0 Medium Slate Blue

📋 copy color: '#727BF0'

red 114 ◦ green 123 ◦ blue 240

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

Shades of Medium Slate Blue #727BF0

Tints of Medium Slate Blue #727BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.31%

R = 23.9%
G = 25.79%
B = 50.31%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#727BF0 (or 0x727BF0) is known color: Medium Slate Blue. HEX triplet: 72, 7B and F0. RGB value is (114,123,240). Sum of RGB (Red+Green+Blue) = 114+123+240=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 240 (94.14% from 255 or 50.31% from 477); Max value from RGB is 240 - color contains mainly: blue. Hex color #727BF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727BF0 is #8D840F. Grayscale: #858585. Windows color (decimal): -9274384 or 15760242. OLE color: 15760242.

HSL color Cylindrical-coordinate representation of color #727BF0: hue angle of 235.71º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #727BF0 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 123 240 -
CMYK 0.52 0.49 0 0.06
HSL 235.71º 0.81% 0.69% -
HSV(B) 235.71º 0.53% 0.94% -
XYZ 29.75 24.03 85.51 -
YUV 133.65 188.02 113.99 -
System Red Green Blue C M Y K H S L
Decimal 114 123 240 0.52 0.49 0 0.06 235.71 0.81 0.69
Hex 72 7B F0 34 31 0 6 EC 51 45
Octal 162 173 360 64 61 0 6 354 121 105
Binary 1110010 1111011 11110000 110100 110001 0 110 11101100 1010001 1000101

Color Harmonies of #727BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727BF0

Black with #727BF0

Text Example


Text Example

White with #727BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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