Html Css Color HEX #727EDB Moody Blue

📋 copy color: '#727EDB'

red 114 ◦ green 126 ◦ blue 219

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

Shades of Moody Blue #727EDB

Tints of Moody Blue #727EDB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.45%

 BLUE value IS 219 (85.94% from 255) = 47.71%

R = 24.84%
G = 27.45%
B = 47.71%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#727EDB (or 0x727EDB) is known color: Moody Blue. HEX triplet: 72, 7E and DB. RGB value is (114,126,219). Sum of RGB (Red+Green+Blue) = 114+126+219=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #727EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727EDB is #8D8124. Grayscale: #848484. Windows color (decimal): -9273637 or 14384754. OLE color: 14384754.

HSL color Cylindrical-coordinate representation of color #727EDB: hue angle of 233.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #727EDB is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 126 219 -
CMYK 0.48 0.42 0 0.14
HSL 233.14º 0.59% 0.65% -
HSV(B) 233.14º 0.48% 0.86% -
XYZ 27.19 23.61 70.14 -
YUV 133.01 176.52 114.44 -
System Red Green Blue C M Y K H S L
Decimal 114 126 219 0.48 0.42 0 0.14 233.14 0.59 0.65
Hex 72 7E DB 30 2A 0 E E9 3B 41
Octal 162 176 333 60 52 0 16 351 73 101
Binary 1110010 1111110 11011011 110000 101010 0 1110 11101001 111011 1000001

Color Harmonies of #727EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727EDB

Black with #727EDB

Text Example


Text Example

White with #727EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,126,219); }

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

background-color css

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

 a { background-color: rgb(114,126,219); }

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

border-color css

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

 span { border-color: rgb(114,126,219); }

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