#7370BF

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

Shades of Moody Blue #7370BF

Tints of Moody Blue #7370BF

Color information

#7370BF (or 0x7370BF) is unknown color: approx Moody Blue. HEX triplet: 73, 70 and BF. RGB value is (115,112,191). Sum of RGB (Red+Green+Blue) = 115+112+191=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #7370BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7370BF is #8C8F40. Grayscale: #797979. Windows color (decimal): -9211713 or 12546163. OLE color: 12546163.

HSL color Cylindrical-coordinate representation of color #7370BF: hue angle of 242.28º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7370BF is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115112191-
CMYK0.400.4100.25
HSL242.28º38.16%59.41%-
HSV(B)242.28º41.36%74.9%-
XYZ22.2718.9951.78-
YUV121.9166.99123.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.51%
GREEN value IS 112 (44.14% from 255) = 26.79%
BLUE value IS 191 (75% from 255) = 45.69%
R=27.51%
G=26.79%
B=45.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151121910.400.4100.25242.2838.1659.41
Hex7370BF2829019f2263b
Octal16316027750510313624673
Binary111001111100001011111110100010100101100111110010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7370BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7370BF; }

 p { color: rgb(115,112,191); }

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

<style>
 a { background-color: #7370BF; }

 a { background-color: rgb(115,112,191); }

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

<style>
 span { border-color: #7370BF; }

 span { border-color: rgb(115,112,191); }

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