#7C70CB

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

Shades of Moody Blue #7C70CB

Tints of Moody Blue #7C70CB

Color information

#7C70CB (or 0x7C70CB) is unknown color: approx Moody Blue. HEX triplet: 7C, 70 and CB. RGB value is (124,112,203). Sum of RGB (Red+Green+Blue) = 124+112+203=439 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.25% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C70CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C70CB is #838F34. Grayscale: #7D7D7D. Windows color (decimal): -8621877 or 13332604. OLE color: 13332604.

HSL color Cylindrical-coordinate representation of color #7C70CB: hue angle of 247.91º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C70CB is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB124112203-
CMYK0.390.4500.20
HSL247.91º46.67%61.76%-
HSV(B)247.91º44.83%79.61%-
XYZ24.8920.1959.08-
YUV125.96171.48126.6-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.25%
GREEN value IS 112 (44.14% from 255) = 25.51%
BLUE value IS 203 (79.69% from 255) = 46.24%
R=28.25%
G=25.51%
B=46.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1241122030.390.4500.20247.9146.6761.76
Hex7C70CB272D014f82f3e
Octal17416031347550243705776
Binary111110011100001100101110011110110101010011111000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C70CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,112,203); }

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

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

 a { background-color: rgb(124,112,203); }

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

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

 span { border-color: rgb(124,112,203); }

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