#7F81BE

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

Shades of Moody Blue #7F81BE

Tints of Moody Blue #7F81BE

Color information

#7F81BE (or 0x7F81BE) is unknown color: approx Moody Blue. HEX triplet: 7F, 81 and BE. RGB value is (127,129,190). Sum of RGB (Red+Green+Blue) = 127+129+190=446 (59% of max value = 765). Red value is 127 (50% from 255 or 28.48% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F81BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F81BE is #807E41. Grayscale: #878787. Windows color (decimal): -8420930 or 12484991. OLE color: 12484991.

HSL color Cylindrical-coordinate representation of color #7F81BE: hue angle of 238.1º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F81BE is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB127129190-
CMYK0.330.3200.25
HSL238.1º32.64%62.16%-
HSV(B)238.1º33.16%74.51%-
XYZ25.923.9351.97-
YUV135.36158.84122.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.48%
GREEN value IS 129 (50.78% from 255) = 28.92%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=28.48%
G=28.92%
B=42.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271291900.330.3200.25238.132.6462.16
Hex7F81BE2120019ee213e
Octal17720127641400313564176
Binary1111111100000011011111010000110000001100111101110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F81BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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