#727bcf

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

Shades of Moody Blue #727BCF

Tints of Moody Blue #727BCF

Color information

#727BCF (or 0x727BCF) is unknown color: approx Moody Blue. HEX triplet: 72, 7B and CF. RGB value is (114,123,207). Sum of RGB (Red+Green+Blue) = 114+123+207=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #727BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727BCF is #8D8430. Grayscale: #818181. Windows color (decimal): -9274417 or 13597554. OLE color: 13597554.

HSL color Cylindrical-coordinate representation of color #727BCF: hue angle of 234.19º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #727BCF is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB114123207-
CMYK0.450.4100.19
HSL234.19º49.21%62.94%-
HSV(B)234.19º44.93%81.18%-
XYZ25.2822.2561.99-
YUV129.88171.52116.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.68%
GREEN value IS 123 (48.44% from 255) = 27.70%
BLUE value IS 207 (81.25% from 255) = 46.62%
R=25.68%
G=27.70%
B=46.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1141232070.450.4100.19234.1949.2162.94
Hex727BCF2D29013ea313f
Octal16217331755510233526177
Binary111001011110111100111110110110100101001111101010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727bcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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