#7C7BCC

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

Shades of Moody Blue #7C7BCC

Tints of Moody Blue #7C7BCC

Color information

#7C7BCC (or 0x7C7BCC) is unknown color: approx Moody Blue. HEX triplet: 7C, 7B and CC. RGB value is (124,123,204). Sum of RGB (Red+Green+Blue) = 124+123+204=451 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.49% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C7BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7BCC is #838433. Grayscale: #848484. Windows color (decimal): -8619060 or 13400956. OLE color: 13400956.

HSL color Cylindrical-coordinate representation of color #7C7BCC: hue angle of 240.74º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C7BCC is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB124123204-
CMYK0.390.4000.2
HSL240.74º44.26%64.12%-
HSV(B)240.74º39.71%80%-
XYZ26.2922.8160.14-
YUV132.53168.33121.91-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.49%
GREEN value IS 123 (48.44% from 255) = 27.27%
BLUE value IS 204 (80.08% from 255) = 45.23%
R=27.49%
G=27.27%
B=45.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1241232040.390.4000.2240.7444.2664.12
Hex7C7BCC2728014f12c40
Octal174173314475002436154100
Binary1111100111101111001100100111101000010100111100011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,123,204); }

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

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

 a { background-color: rgb(124,123,204); }

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

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

 span { border-color: rgb(124,123,204); }

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