#7B7CCE

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

Shades of Moody Blue #7B7CCE

Tints of Moody Blue #7B7CCE

Color information

#7B7CCE (or 0x7B7CCE) is unknown color: approx Moody Blue. HEX triplet: 7B, 7C and CE. RGB value is (123,124,206). Sum of RGB (Red+Green+Blue) = 123+124+206=453 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.15% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B7CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7CCE is #848331. Grayscale: #848484. Windows color (decimal): -8684338 or 13532283. OLE color: 13532283.

HSL color Cylindrical-coordinate representation of color #7B7CCE: hue angle of 239.28º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B7CCE is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB123124206-
CMYK0.400.4000.19
HSL239.28º45.86%64.51%-
HSV(B)239.28º40.29%80.78%-
XYZ26.5223.0861.45-
YUV133.05169.17120.83-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.15%
GREEN value IS 124 (48.83% from 255) = 27.37%
BLUE value IS 206 (80.86% from 255) = 45.47%
R=27.15%
G=27.37%
B=45.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1231242060.400.4000.19239.2845.8664.51
Hex7B7CCE2828013ef2e41
Octal173174316505002335756101
Binary1111011111110011001110101000101000010011111011111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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