#7F7ACA

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

Shades of Moody Blue #7F7ACA

Tints of Moody Blue #7F7ACA

Color information

#7F7ACA (or 0x7F7ACA) is unknown color: approx Moody Blue. HEX triplet: 7F, 7A and CA. RGB value is (127,122,202). Sum of RGB (Red+Green+Blue) = 127+122+202=451 (59% of max value = 765). Red value is 127 (50% from 255 or 28.16% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F7ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7ACA is #808535. Grayscale: #848484. Windows color (decimal): -8422710 or 13269631. OLE color: 13269631.

HSL color Cylindrical-coordinate representation of color #7F7ACA: hue angle of 243.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F7ACA is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB127122202-
CMYK0.370.4000.21
HSL243.75º43.01%63.53%-
HSV(B)243.75º39.6%79.22%-
XYZ26.3722.758.87-
YUV132.61167.16124-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.16%
GREEN value IS 122 (48.05% from 255) = 27.05%
BLUE value IS 202 (79.30% from 255) = 44.79%
R=28.16%
G=27.05%
B=44.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1271222020.370.4000.21243.7543.0163.53
Hex7F7ACA2528015f42b40
Octal177172312455002536453100
Binary1111111111101011001010100101101000010101111101001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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