#7F72BE

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

Shades of Moody Blue #7F72BE

Tints of Moody Blue #7F72BE

Color information

#7F72BE (or 0x7F72BE) is unknown color: approx Moody Blue. HEX triplet: 7F, 72 and BE. RGB value is (127,114,190). Sum of RGB (Red+Green+Blue) = 127+114+190=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F72BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F72BE is #808D41. Grayscale: #7E7E7E. Windows color (decimal): -8424770 or 12481151. OLE color: 12481151.

HSL color Cylindrical-coordinate representation of color #7F72BE: hue angle of 250.26º degrees, saturation: 0.37, 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 #7F72BE is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB127114190-
CMYK0.330.4000.25
HSL250.26º36.89%59.61%-
HSV(B)250.26º40%74.51%-
XYZ24.0620.2651.36-
YUV126.55163.81128.32-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.47%
GREEN value IS 114 (44.92% from 255) = 26.45%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=29.47%
G=26.45%
B=44.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271141900.330.4000.25250.2636.8959.61
Hex7F72BE2128019fa253c
Octal17716227641500313724574
Binary111111111100101011111010000110100001100111111010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F72BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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