#7177CF

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

Shades of Moody Blue #7177CF

Tints of Moody Blue #7177CF

Color information

#7177CF (or 0x7177CF) is unknown color: approx Moody Blue. HEX triplet: 71, 77 and CF. RGB value is (113,119,207). Sum of RGB (Red+Green+Blue) = 113+119+207=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #7177CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7177CF is #8E8830. Grayscale: #7E7E7E. Windows color (decimal): -9340977 or 13596529. OLE color: 13596529.

HSL color Cylindrical-coordinate representation of color #7177CF: hue angle of 236.17º 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 #7177CF is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB113119207-
CMYK0.450.4300.19
HSL236.17º49.47%62.75%-
HSV(B)236.17º45.41%81.18%-
XYZ24.6721.2161.83-
YUV127.24173.01117.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.74%
GREEN value IS 119 (46.88% from 255) = 27.11%
BLUE value IS 207 (81.25% from 255) = 47.15%
R=25.74%
G=27.11%
B=47.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1131192070.450.4300.19236.1749.4762.75
Hex7177CF2D2B013ec313f
Octal16116731755530233546177
Binary111000111101111100111110110110101101001111101100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7177CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7177CF; }

 p { color: rgb(113,119,207); }

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

<style>
 a { background-color: #7177CF; }

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

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

<style>
 span { border-color: #7177CF; }

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

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