#7A70BC

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

Shades of Moody Blue #7A70BC

Tints of Moody Blue #7A70BC

Color information

#7A70BC (or 0x7A70BC) is unknown color: approx Moody Blue. HEX triplet: 7A, 70 and BC. RGB value is (122,112,188). Sum of RGB (Red+Green+Blue) = 122+112+188=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A70BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A70BC is #858F43. Grayscale: #7B7B7B. Windows color (decimal): -8752964 or 12349562. OLE color: 12349562.

HSL color Cylindrical-coordinate representation of color #7A70BC: hue angle of 247.89º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A70BC is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB122112188-
CMYK0.350.4000.26
HSL247.89º36.19%58.82%-
HSV(B)247.89º40.43%73.73%-
XYZ22.919.3650.11-
YUV123.65164.31126.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.91%
GREEN value IS 112 (44.14% from 255) = 26.54%
BLUE value IS 188 (73.83% from 255) = 44.55%
R=28.91%
G=26.54%
B=44.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221121880.350.4000.26247.8936.1958.82
Hex7A70BC232801Af8243b
Octal17216027443500323704473
Binary111101011100001011110010001110100001101011111000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A70BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,112,188); }

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

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

 a { background-color: rgb(122,112,188); }

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

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

 span { border-color: rgb(122,112,188); }

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