#727ACB

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

Shades of Moody Blue #727ACB

Tints of Moody Blue #727ACB

Color information

#727ACB (or 0x727ACB) is unknown color: approx Moody Blue. HEX triplet: 72, 7A and CB. RGB value is (114,122,203). Sum of RGB (Red+Green+Blue) = 114+122+203=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #727ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727ACB is #8D8534. Grayscale: #808080. Windows color (decimal): -9274677 or 13335154. OLE color: 13335154.

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

Color convert

RGB114122203-
CMYK0.440.4000.20
HSL234.61º46.11%62.16%-
HSV(B)234.61º43.84%79.61%-
XYZ24.6821.8159.41-
YUV128.84169.85117.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.97%
GREEN value IS 122 (48.05% from 255) = 27.79%
BLUE value IS 203 (79.69% from 255) = 46.24%
R=25.97%
G=27.79%
B=46.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1141222030.440.4000.20234.6146.1162.16
Hex727ACB2C28014eb2e3e
Octal16217231354500243535676
Binary111001011110101100101110110010100001010011101011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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