Html Css Color HEX #727FDC Moody Blue

📋 copy color: '#727FDC'

red 114 ◦ green 127 ◦ blue 220

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

Shades of Moody Blue #727FDC

Tints of Moody Blue #727FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 27.55%

 BLUE value IS 220 (86.33% from 255) = 47.72%

R = 24.73%
G = 27.55%
B = 47.72%

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

#727FDC (or 0x727FDC) is known color: Moody Blue. HEX triplet: 72, 7F and DC. RGB value is (114,127,220). Sum of RGB (Red+Green+Blue) = 114+127+220=461 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.73% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #727FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727FDC is #8D8023. Grayscale: #858585. Windows color (decimal): -9273380 or 14450546. OLE color: 14450546.

HSL color Cylindrical-coordinate representation of color #727FDC: hue angle of 232.64º degrees, saturation: 0.6, 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 #727FDC is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 127 220 -
CMYK 0.48 0.42 0 0.14
HSL 232.64º 0.6% 0.65% -
HSV(B) 232.64º 0.48% 0.86% -
XYZ 27.45 23.92 70.88 -
YUV 133.72 176.69 113.94 -
System Red Green Blue C M Y K H S L
Decimal 114 127 220 0.48 0.42 0 0.14 232.64 0.6 0.65
Hex 72 7F DC 30 2A 0 E E9 3C 41
Octal 162 177 334 60 52 0 16 351 74 101
Binary 1110010 1111111 11011100 110000 101010 0 1110 11101001 111100 1000001

Color Harmonies of #727FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727FDC

Black with #727FDC

Text Example


Text Example

White with #727FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,127,220); }

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

background-color css

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

 a { background-color: rgb(114,127,220); }

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

border-color css

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

 span { border-color: rgb(114,127,220); }

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