#7F7ABD

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

Shades of Moody Blue #7F7ABD

Tints of Moody Blue #7F7ABD

Color information

#7F7ABD (or 0x7F7ABD) is unknown color: approx Moody Blue. HEX triplet: 7F, 7A and BD. RGB value is (127,122,189). Sum of RGB (Red+Green+Blue) = 127+122+189=438 (58% of max value = 765). Red value is 127 (50% from 255 or 29.00% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F7ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7ABD is #808542. Grayscale: #828282. Windows color (decimal): -8422723 or 12417663. OLE color: 12417663.

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

Color convert

RGB127122189-
CMYK0.330.3500.26
HSL244.48º33.67%60.98%-
HSV(B)244.48º35.45%74.12%-
XYZ24.922.1151.1-
YUV131.13160.66125.05-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.00%
GREEN value IS 122 (48.05% from 255) = 27.85%
BLUE value IS 189 (74.22% from 255) = 43.15%
R=29.00%
G=27.85%
B=43.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271221890.330.3500.26244.4833.6760.98
Hex7F7ABD212301Af4223d
Octal17717227541430323644275
Binary111111111110101011110110000110001101101011110100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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