#7C7BBE

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

Shades of Moody Blue #7C7BBE

Tints of Moody Blue #7C7BBE

Color information

#7C7BBE (or 0x7C7BBE) is unknown color: approx Moody Blue. HEX triplet: 7C, 7B and BE. RGB value is (124,123,190). Sum of RGB (Red+Green+Blue) = 124+123+190=437 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.38% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C7BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7BBE is #838441. Grayscale: #828282. Windows color (decimal): -8619074 or 12483452. OLE color: 12483452.

HSL color Cylindrical-coordinate representation of color #7C7BBE: hue angle of 240.9º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C7BBE is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB124123190-
CMYK0.350.3500.25
HSL240.9º34.01%61.37%-
HSV(B)240.9º35.26%74.51%-
XYZ24.6922.1751.69-
YUV130.94161.33123.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.38%
GREEN value IS 123 (48.44% from 255) = 28.15%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=28.38%
G=28.15%
B=43.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241231900.350.3500.25240.934.0161.37
Hex7C7BBE2323019f1223d
Octal17417327643430313614275
Binary111110011110111011111010001110001101100111110001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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