Html Css Color HEX #727BD9 Moody Blue

📋 copy color: '#727BD9'

red 114 ◦ green 123 ◦ blue 217

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

Shades of Moody Blue #727BD9

Tints of Moody Blue #727BD9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.09%

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

R = 25.11%
G = 27.09%
B = 47.8%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#727BD9 (or 0x727BD9) is known color: Moody Blue. HEX triplet: 72, 7B and D9. RGB value is (114,123,217). Sum of RGB (Red+Green+Blue) = 114+123+217=454 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.11% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 217 (85.16% from 255 or 47.80% from 454); Max value from RGB is 217 - color contains mainly: blue. Hex color #727BD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727BD9 is #8D8426. Grayscale: #828282. Windows color (decimal): -9274407 or 14252914. OLE color: 14252914.

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

Color convert

RGB 114 123 217 -
CMYK 0.47 0.43 0 0.15
HSL 234.76º 0.58% 0.65% -
HSV(B) 234.76º 0.47% 0.85% -
XYZ 26.55 22.75 68.64 -
YUV 131.03 176.52 115.86 -
System Red Green Blue C M Y K H S L
Decimal 114 123 217 0.47 0.43 0 0.15 234.76 0.58 0.65
Hex 72 7B D9 2F 2B 0 F EB 3A 41
Octal 162 173 331 57 53 0 17 353 72 101
Binary 1110010 1111011 11011001 101111 101011 0 1111 11101011 111010 1000001

Color Harmonies of #727BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727BD9

Black with #727BD9

Text Example


Text Example

White with #727BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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