#727BCB

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

Shades of Moody Blue #727BCB

Tints of Moody Blue #727BCB

Color information

#727BCB (or 0x727BCB) is unknown color: approx Moody Blue. HEX triplet: 72, 7B and CB. RGB value is (114,123,203). Sum of RGB (Red+Green+Blue) = 114+123+203=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #727BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727BCB is #8D8434. Grayscale: #818181. Windows color (decimal): -9274421 or 13335410. OLE color: 13335410.

HSL color Cylindrical-coordinate representation of color #727BCB: hue angle of 233.93º 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 #727BCB is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB114123203-
CMYK0.440.3900.20
HSL233.93º46.11%62.16%-
HSV(B)233.93º43.84%79.61%-
XYZ24.822.0659.45-
YUV129.43169.52117-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.91%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 203 (79.69% from 255) = 46.14%
R=25.91%
G=27.95%
B=46.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1141232030.440.3900.20233.9346.1162.16
Hex727BCB2C27014ea2e3e
Octal16217331354470243525676
Binary111001011110111100101110110010011101010011101010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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