#7271CD

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

Shades of Moody Blue #7271CD

Tints of Moody Blue #7271CD

Color information

#7271CD (or 0x7271CD) is unknown color: approx Moody Blue. HEX triplet: 72, 71 and CD. RGB value is (114,113,205). Sum of RGB (Red+Green+Blue) = 114+113+205=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #7271CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7271CD is #8D8E32. Grayscale: #7B7B7B. Windows color (decimal): -9276979 or 13463922. OLE color: 13463922.

HSL color Cylindrical-coordinate representation of color #7271CD: hue angle of 240.65º degrees, saturation: 0.48, 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 #7271CD is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB114113205-
CMYK0.440.4500.20
HSL240.65º47.92%62.35%-
HSV(B)240.65º44.88%80.39%-
XYZ23.8619.860.32-
YUV123.79173.83121.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.39%
GREEN value IS 113 (44.53% from 255) = 26.16%
BLUE value IS 205 (80.47% from 255) = 47.45%
R=26.39%
G=26.16%
B=47.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1141132050.440.4500.20240.6547.9262.35
Hex7271CD2C2D014f1303e
Octal16216131554550243616076
Binary111001011100011100110110110010110101010011110001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7271CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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