#7A7CBF

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

Shades of Moody Blue #7A7CBF

Tints of Moody Blue #7A7CBF

Color information

#7A7CBF (or 0x7A7CBF) is unknown color: approx Moody Blue. HEX triplet: 7A, 7C and BF. RGB value is (122,124,191). Sum of RGB (Red+Green+Blue) = 122+124+191=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A7CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7CBF is #858340. Grayscale: #828282. Windows color (decimal): -8749889 or 12549242. OLE color: 12549242.

HSL color Cylindrical-coordinate representation of color #7A7CBF: hue angle of 238.26º 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 #7A7CBF is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122124191-
CMYK0.360.3500.25
HSL238.26º35.03%61.37%-
HSV(B)238.26º36.13%74.9%-
XYZ24.6422.3152.3-
YUV131.04161.84121.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.92%
GREEN value IS 124 (48.83% from 255) = 28.38%
BLUE value IS 191 (75% from 255) = 43.71%
R=27.92%
G=28.38%
B=43.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221241910.360.3500.25238.2635.0361.37
Hex7A7CBF2423019ee233d
Octal17217427744430313564375
Binary111101011111001011111110010010001101100111101110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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