#7171CD

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

Shades of Moody Blue #7171CD

Tints of Moody Blue #7171CD

Color information

#7171CD (or 0x7171CD) is unknown color: approx Moody Blue. HEX triplet: 71, 71 and CD. RGB value is (113,113,205). Sum of RGB (Red+Green+Blue) = 113+113+205=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #7171CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7171CD is #8E8E32. Grayscale: #7B7B7B. Windows color (decimal): -9342515 or 13463921. OLE color: 13463921.

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

Color convert

RGB113113205-
CMYK0.450.4500.20
HSL240º47.92%62.35%-
HSV(B)240º44.88%80.39%-
XYZ23.7319.7360.31-
YUV123.49174120.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.22%
GREEN value IS 113 (44.53% from 255) = 26.22%
BLUE value IS 205 (80.47% from 255) = 47.56%
R=26.22%
G=26.22%
B=47.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131132050.450.4500.2024047.9262.35
Hex7171CD2D2D014f0303e
Octal16116131555550243606076
Binary111000111100011100110110110110110101010011110000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7171CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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