Html Css Color HEX #727AD9 Moody Blue

📋 copy color: '#727AD9'

red 114 ◦ green 122 ◦ blue 217

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

Shades of Moody Blue #727AD9

Tints of Moody Blue #727AD9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.93%

 BLUE value IS 217 (85.16% from 255) = 47.9%

R = 25.17%
G = 26.93%
B = 47.9%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#727AD9 (or 0x727AD9) is known color: Moody Blue. HEX triplet: 72, 7A and D9. RGB value is (114,122,217). Sum of RGB (Red+Green+Blue) = 114+122+217=453 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.17% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 217 - color contains mainly: blue. Hex color #727AD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727AD9 is #8D8526. Grayscale: #828282. Windows color (decimal): -9274663 or 14252658. OLE color: 14252658.

HSL color Cylindrical-coordinate representation of color #727AD9: hue angle of 235.34º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #727AD9 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 122 217 -
CMYK 0.47 0.44 0 0.15
HSL 235.34º 0.58% 0.65% -
HSV(B) 235.34º 0.47% 0.85% -
XYZ 26.42 22.51 68.6 -
YUV 130.44 176.85 116.28 -
System Red Green Blue C M Y K H S L
Decimal 114 122 217 0.47 0.44 0 0.15 235.34 0.58 0.65
Hex 72 7A D9 2F 2C 0 F EB 3A 41
Octal 162 172 331 57 54 0 17 353 72 101
Binary 1110010 1111010 11011001 101111 101100 0 1111 11101011 111010 1000001

Color Harmonies of #727AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727AD9

Black with #727AD9

Text Example


Text Example

White with #727AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,122,217); }

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

background-color css

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

 a { background-color: rgb(114,122,217); }

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

border-color css

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

 span { border-color: rgb(114,122,217); }

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