#7C83CC

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

Shades of Moody Blue #7C83CC

Tints of Moody Blue #7C83CC

Color information

#7C83CC (or 0x7C83CC) is unknown color: approx Moody Blue. HEX triplet: 7C, 83 and CC. RGB value is (124,131,204). Sum of RGB (Red+Green+Blue) = 124+131+204=459 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.02% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C83CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C83CC is #837C33. Grayscale: #888888. Windows color (decimal): -8617012 or 13403004. OLE color: 13403004.

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

Color convert

RGB124131204-
CMYK0.390.3600.2
HSL234.75º43.96%64.31%-
HSV(B)234.75º39.22%80%-
XYZ27.3324.8860.49-
YUV137.23165.68118.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.02%
GREEN value IS 131 (51.56% from 255) = 28.54%
BLUE value IS 204 (80.08% from 255) = 44.44%
R=27.02%
G=28.54%
B=44.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1241312040.390.3600.2234.7543.9664.31
Hex7C83CC2724014eb2c40
Octal174203314474402435354100
Binary11111001000001111001100100111100100010100111010111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C83CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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