#7A7BDC

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

Shades of Moody Blue #7A7BDC

Tints of Moody Blue #7A7BDC

Color information

#7A7BDC (or 0x7A7BDC) is unknown color: approx Moody Blue. HEX triplet: 7A, 7B and DC. RGB value is (122,123,220). Sum of RGB (Red+Green+Blue) = 122+123+220=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A7BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7BDC is #858423. Grayscale: #858585. Windows color (decimal): -8750116 or 14449530. OLE color: 14449530.

HSL color Cylindrical-coordinate representation of color #7A7BDC: hue angle of 239.39º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A7BDC is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB122123220-
CMYK0.450.4400.14
HSL239.39º58.33%67.06%-
HSV(B)239.39º44.55%86.27%-
XYZ28.0323.4770.76-
YUV133.76176.67119.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.24%
GREEN value IS 123 (48.44% from 255) = 26.45%
BLUE value IS 220 (86.33% from 255) = 47.31%
R=26.24%
G=26.45%
B=47.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1221232200.450.4400.14239.3958.3367.06
Hex7A7BDC2D2C0Eef3a43
Octal172173334555401635772103
Binary111101011110111101110010110110110001110111011111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,123,220); }

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

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

 a { background-color: rgb(122,123,220); }

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

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

 span { border-color: rgb(122,123,220); }

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