#7C7BBD

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

Shades of Moody Blue #7C7BBD

Tints of Moody Blue #7C7BBD

Color information

#7C7BBD (or 0x7C7BBD) is unknown color: approx Moody Blue. HEX triplet: 7C, 7B and BD. RGB value is (124,123,189). Sum of RGB (Red+Green+Blue) = 124+123+189=436 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.44% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C7BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7BBD is #838442. Grayscale: #828282. Windows color (decimal): -8619075 or 12417916. OLE color: 12417916.

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

Color convert

RGB124123189-
CMYK0.340.3500.26
HSL240.91º33.33%61.18%-
HSV(B)240.91º34.92%74.12%-
XYZ24.5822.1351.12-
YUV130.82160.83123.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.44%
GREEN value IS 123 (48.44% from 255) = 28.21%
BLUE value IS 189 (74.22% from 255) = 43.35%
R=28.44%
G=28.21%
B=43.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241231890.340.3500.26240.9133.3361.18
Hex7C7BBD222301Af1213d
Octal17417327542430323614175
Binary111110011110111011110110001010001101101011110001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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