Html Css Color HEX #727AD8 Moody Blue

📋 copy color: '#727AD8'

red 114 ◦ green 122 ◦ blue 216

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

Shades of Moody Blue #727AD8

Tints of Moody Blue #727AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.79%

R = 25.22%
G = 26.99%
B = 47.79%

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

#727AD8 (or 0x727AD8) is known color: Moody Blue. HEX triplet: 72, 7A and D8. RGB value is (114,122,216). Sum of RGB (Red+Green+Blue) = 114+122+216=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 216 - color contains mainly: blue. Hex color #727AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727AD8 is #8D8527. Grayscale: #818181. Windows color (decimal): -9274664 or 14187122. OLE color: 14187122.

HSL color Cylindrical-coordinate representation of color #727AD8: hue angle of 235.29º degrees, saturation: 0.57, 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 #727AD8 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 122 216 -
CMYK 0.47 0.44 0 0.15
HSL 235.29º 0.57% 0.65% -
HSV(B) 235.29º 0.47% 0.85% -
XYZ 26.29 22.45 67.91 -
YUV 130.32 176.35 116.36 -
System Red Green Blue C M Y K H S L
Decimal 114 122 216 0.47 0.44 0 0.15 235.29 0.57 0.65
Hex 72 7A D8 2F 2C 0 F EB 39 41
Octal 162 172 330 57 54 0 17 353 71 101
Binary 1110010 1111010 11011000 101111 101100 0 1111 11101011 111001 1000001

Color Harmonies of #727AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727AD8

Black with #727AD8

Text Example


Text Example

White with #727AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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