#7C7BD2

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

Shades of Moody Blue #7C7BD2

Tints of Moody Blue #7C7BD2

Color information

#7C7BD2 (or 0x7C7BD2) is unknown color: approx Moody Blue. HEX triplet: 7C, 7B and D2. RGB value is (124,123,210). Sum of RGB (Red+Green+Blue) = 124+123+210=457 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.13% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 210 (82.42% from 255 or 45.95% from 457); Max value from RGB is 210 - color contains mainly: blue. Hex color #7C7BD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7BD2 is #83842D. Grayscale: #848484. Windows color (decimal): -8619054 or 13794172. OLE color: 13794172.

HSL color Cylindrical-coordinate representation of color #7C7BD2: hue angle of 240.69º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C7BD2 is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB124123210-
CMYK0.410.4100.18
HSL240.69º49.15%65.29%-
HSV(B)240.69º41.43%82.35%-
XYZ27.0323.164.01-
YUV133.22171.33121.43-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.13%
GREEN value IS 123 (48.44% from 255) = 26.91%
BLUE value IS 210 (82.42% from 255) = 45.95%
R=27.13%
G=26.91%
B=45.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1241232100.410.4100.18240.6949.1565.29
Hex7C7BD22929012f13141
Octal174173322515102236161101
Binary1111100111101111010010101001101001010010111100011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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