#7F7ABF

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

Shades of Moody Blue #7F7ABF

Tints of Moody Blue #7F7ABF

Color information

#7F7ABF (or 0x7F7ABF) is unknown color: approx Moody Blue. HEX triplet: 7F, 7A and BF. RGB value is (127,122,191). Sum of RGB (Red+Green+Blue) = 127+122+191=440 (58% of max value = 765). Red value is 127 (50% from 255 or 28.86% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F7ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7ABF is #808540. Grayscale: #838383. Windows color (decimal): -8422721 or 12548735. OLE color: 12548735.

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

Color convert

RGB127122191-
CMYK0.340.3600.25
HSL244.35º35.03%61.37%-
HSV(B)244.35º36.13%74.9%-
XYZ25.1222.1952.25-
YUV131.36161.66124.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.86%
GREEN value IS 122 (48.05% from 255) = 27.73%
BLUE value IS 191 (75% from 255) = 43.41%
R=28.86%
G=27.73%
B=43.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271221910.340.3600.25244.3535.0361.37
Hex7F7ABF2224019f4233d
Octal17717227742440313644375
Binary111111111110101011111110001010010001100111110100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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