#7C83CF

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

Shades of Moody Blue #7C83CF

Tints of Moody Blue #7C83CF

Color information

#7C83CF (or 0x7C83CF) is unknown color: approx Moody Blue. HEX triplet: 7C, 83 and CF. RGB value is (124,131,207). Sum of RGB (Red+Green+Blue) = 124+131+207=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C83CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C83CF is #837C30. Grayscale: #898989. Windows color (decimal): -8617009 or 13599612. OLE color: 13599612.

HSL color Cylindrical-coordinate representation of color #7C83CF: hue angle of 234.94º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C83CF is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB124131207-
CMYK0.400.3700.19
HSL234.94º46.37%64.9%-
HSV(B)234.94º40.1%81.18%-
XYZ27.6925.0262.4-
YUV137.57167.18118.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.84%
GREEN value IS 131 (51.56% from 255) = 28.35%
BLUE value IS 207 (81.25% from 255) = 44.81%
R=26.84%
G=28.35%
B=44.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1241312070.400.3700.19234.9446.3764.9
Hex7C83CF2825013eb2e41
Octal174203317504502335356101
Binary11111001000001111001111101000100101010011111010111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C83CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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