Html Css Color HEX #727DDD Moody Blue

📋 copy color: '#727DDD'

red 114 ◦ green 125 ◦ blue 221

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

Shades of Moody Blue #727DDD

Tints of Moody Blue #727DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.17%

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 24.78%
G = 27.17%
B = 48.04%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#727DDD (or 0x727DDD) is known color: Moody Blue. HEX triplet: 72, 7D and DD. RGB value is (114,125,221). Sum of RGB (Red+Green+Blue) = 114+125+221=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #727DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727DDD is #8D8222. Grayscale: #848484. Windows color (decimal): -9273891 or 14515570. OLE color: 14515570.

HSL color Cylindrical-coordinate representation of color #727DDD: hue angle of 233.83º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #727DDD is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 125 221 -
CMYK 0.48 0.43 0 0.13
HSL 233.83º 0.61% 0.66% -
HSV(B) 233.83º 0.48% 0.87% -
XYZ 27.32 23.47 71.5 -
YUV 132.66 177.86 114.69 -
System Red Green Blue C M Y K H S L
Decimal 114 125 221 0.48 0.43 0 0.13 233.83 0.61 0.66
Hex 72 7D DD 30 2B 0 D EA 3D 42
Octal 162 175 335 60 53 0 15 352 75 102
Binary 1110010 1111101 11011101 110000 101011 0 1101 11101010 111101 1000010

Color Harmonies of #727DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727DDD

Black with #727DDD

Text Example


Text Example

White with #727DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,125,221); }

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

background-color css

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

 a { background-color: rgb(114,125,221); }

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

border-color css

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

 span { border-color: rgb(114,125,221); }

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