#7D7CBA

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

Shades of Moody Blue #7D7CBA

Tints of Moody Blue #7D7CBA

Color information

#7D7CBA (or 0x7D7CBA) is unknown color: approx Moody Blue. HEX triplet: 7D, 7C and BA. RGB value is (125,124,186). Sum of RGB (Red+Green+Blue) = 125+124+186=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D7CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7CBA is #828345. Grayscale: #838383. Windows color (decimal): -8553286 or 12221565. OLE color: 12221565.

HSL color Cylindrical-coordinate representation of color #7D7CBA: hue angle of 240.97º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D7CBA is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB125124186-
CMYK0.330.3300.27
HSL240.97º31%60.78%-
HSV(B)240.97º33.33%72.94%-
XYZ24.5322.3249.47-
YUV131.37158.83123.46-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.74%
GREEN value IS 124 (48.83% from 255) = 28.51%
BLUE value IS 186 (73.05% from 255) = 42.76%
R=28.74%
G=28.51%
B=42.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251241860.330.3300.27240.973160.78
Hex7D7CBA212101Bf11f3d
Octal17517427241410333613775
Binary11111011111100101110101000011000010110111111000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,124,186); }

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

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

 a { background-color: rgb(125,124,186); }

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

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

 span { border-color: rgb(125,124,186); }

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