#7271CC

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

Shades of Moody Blue #7271CC

Tints of Moody Blue #7271CC

Color information

#7271CC (or 0x7271CC) is unknown color: approx Moody Blue. HEX triplet: 72, 71 and CC. RGB value is (114,113,204). Sum of RGB (Red+Green+Blue) = 114+113+204=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #7271CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7271CC is #8D8E33. Grayscale: #7B7B7B. Windows color (decimal): -9276980 or 13398386. OLE color: 13398386.

HSL color Cylindrical-coordinate representation of color #7271CC: hue angle of 240.66º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7271CC is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB114113204-
CMYK0.440.4500.2
HSL240.66º47.15%62.16%-
HSV(B)240.66º44.61%80%-
XYZ23.7419.7559.69-
YUV123.67173.33121.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.45%
GREEN value IS 113 (44.53% from 255) = 26.22%
BLUE value IS 204 (80.08% from 255) = 47.33%
R=26.45%
G=26.22%
B=47.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1141132040.440.4500.2240.6647.1562.16
Hex7271CC2C2D014f12f3e
Octal16216131454550243615776
Binary111001011100011100110010110010110101010011110001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7271CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7271CC; }

 p { color: rgb(114,113,204); }

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

<style>
 a { background-color: #7271CC; }

 a { background-color: rgb(114,113,204); }

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

<style>
 span { border-color: #7271CC; }

 span { border-color: rgb(114,113,204); }

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