#7F7CBF

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

Shades of Moody Blue #7F7CBF

Tints of Moody Blue #7F7CBF

Color information

#7F7CBF (or 0x7F7CBF) is unknown color: approx Moody Blue. HEX triplet: 7F, 7C and BF. RGB value is (127,124,191). Sum of RGB (Red+Green+Blue) = 127+124+191=442 (58% of max value = 765). Red value is 127 (50% from 255 or 28.73% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F7CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7CBF is #808340. Grayscale: #848484. Windows color (decimal): -8422209 or 12549247. OLE color: 12549247.

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

Color convert

RGB127124191-
CMYK0.340.3500.25
HSL242.69º34.36%61.76%-
HSV(B)242.69º35.08%74.9%-
XYZ25.3622.6952.33-
YUV132.54160.99124.05-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.73%
GREEN value IS 124 (48.83% from 255) = 28.05%
BLUE value IS 191 (75% from 255) = 43.21%
R=28.73%
G=28.05%
B=43.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271241910.340.3500.25242.6934.3661.76
Hex7F7CBF2223019f3223e
Octal17717427742430313634276
Binary111111111111001011111110001010001101100111110011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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