#7D83CD

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

Shades of Moody Blue #7D83CD

Tints of Moody Blue #7D83CD

Color information

#7D83CD (or 0x7D83CD) is unknown color: approx Moody Blue. HEX triplet: 7D, 83 and CD. RGB value is (125,131,205). Sum of RGB (Red+Green+Blue) = 125+131+205=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D83CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D83CD is #827C32. Grayscale: #898989. Windows color (decimal): -8551475 or 13468541. OLE color: 13468541.

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

Color convert

RGB125131205-
CMYK0.390.3600.20
HSL235.5º44.44%64.71%-
HSV(B)235.5º39.02%80.39%-
XYZ27.592561.13-
YUV137.64166.01118.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.11%
GREEN value IS 131 (51.56% from 255) = 28.42%
BLUE value IS 205 (80.47% from 255) = 44.47%
R=27.11%
G=28.42%
B=44.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251312050.390.3600.20235.544.4464.71
Hex7D83CD2724014ec2c41
Octal175203315474402435454101
Binary11111011000001111001101100111100100010100111011001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D83CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,131,205); }

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

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

 a { background-color: rgb(125,131,205); }

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

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

 span { border-color: rgb(125,131,205); }

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