Html Css Color HEX #727ED4 Moody Blue

📋 copy color: '#727ED4'

red 114 ◦ green 126 ◦ blue 212

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

Shades of Moody Blue #727ED4

Tints of Moody Blue #727ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 46.9%

R = 25.22%
G = 27.88%
B = 46.9%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#727ED4 (or 0x727ED4) is known color: Moody Blue. HEX triplet: 72, 7E and D4. RGB value is (114,126,212). Sum of RGB (Red+Green+Blue) = 114+126+212=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 212 (83.20% from 255 or 46.90% from 452); Max value from RGB is 212 - color contains mainly: blue. Hex color #727ED4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727ED4 is #8D812B. Grayscale: #838383. Windows color (decimal): -9273644 or 13926002. OLE color: 13926002.

HSL color Cylindrical-coordinate representation of color #727ED4: hue angle of 232.65º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #727ED4 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 114 126 212 -
CMYK 0.46 0.41 0 0.17
HSL 232.65º 0.53% 0.64% -
HSV(B) 232.65º 0.46% 0.83% -
XYZ 26.28 23.25 65.39 -
YUV 132.22 173.02 115.01 -
System Red Green Blue C M Y K H S L
Decimal 114 126 212 0.46 0.41 0 0.17 232.65 0.53 0.64
Hex 72 7E D4 2E 29 0 11 E9 35 40
Octal 162 176 324 56 51 0 21 351 65 100
Binary 1110010 1111110 11010100 101110 101001 0 10001 11101001 110101 1000000

Color Harmonies of #727ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727ED4

Black with #727ED4

Text Example


Text Example

White with #727ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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