#7F72BF

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

Shades of Moody Blue #7F72BF

Tints of Moody Blue #7F72BF

Color information

#7F72BF (or 0x7F72BF) is unknown color: approx Moody Blue. HEX triplet: 7F, 72 and BF. RGB value is (127,114,191). Sum of RGB (Red+Green+Blue) = 127+114+191=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F72BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F72BF is #808D40. Grayscale: #7E7E7E. Windows color (decimal): -8424769 or 12546687. OLE color: 12546687.

HSL color Cylindrical-coordinate representation of color #7F72BF: hue angle of 250.13º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F72BF is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB127114191-
CMYK0.340.4000.25
HSL250.13º37.56%59.8%-
HSV(B)250.13º40.31%74.9%-
XYZ24.1720.3151.94-
YUV126.66164.31128.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.40%
GREEN value IS 114 (44.92% from 255) = 26.39%
BLUE value IS 191 (75% from 255) = 44.21%
R=29.40%
G=26.39%
B=44.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271141910.340.4000.25250.1337.5659.8
Hex7F72BF2228019fa263c
Octal17716227742500313724674
Binary111111111100101011111110001010100001100111111010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F72BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F72BF; }

 p { color: rgb(127,114,191); }

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

<style>
 a { background-color: #7F72BF; }

 a { background-color: rgb(127,114,191); }

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

<style>
 span { border-color: #7F72BF; }

 span { border-color: rgb(127,114,191); }

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