#727ACA

Color #727ACA Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #727ACA

Tints of Moody Blue #727ACA

Color information

#727ACA (or 0x727ACA) is unknown color: approx Moody Blue. HEX triplet: 72, 7A and CA. RGB value is (114,122,202). Sum of RGB (Red+Green+Blue) = 114+122+202=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #727ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727ACA is #8D8535. Grayscale: #808080. Windows color (decimal): -9274678 or 13269618. OLE color: 13269618.

HSL color Cylindrical-coordinate representation of color #727ACA: hue angle of 234.55º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #727ACA is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB114122202-
CMYK0.440.4000.21
HSL234.55º45.36%61.96%-
HSV(B)234.55º43.56%79.22%-
XYZ24.5621.7658.78-
YUV128.73169.35117.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.03%
GREEN value IS 122 (48.05% from 255) = 27.85%
BLUE value IS 202 (79.30% from 255) = 46.12%
R=26.03%
G=27.85%
B=46.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1141222020.440.4000.21234.5545.3661.96
Hex727ACA2C28015eb2d3e
Octal16217231254500253535576
Binary111001011110101100101010110010100001010111101011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #727ACA;
 }
 .AnyTagClassName
 {
   color: #727ACA;
 }
</style>
background-color css

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

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

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

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

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

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