#7A7BBE

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

Shades of Moody Blue #7A7BBE

Tints of Moody Blue #7A7BBE

Color information

#7A7BBE (or 0x7A7BBE) is unknown color: approx Moody Blue. HEX triplet: 7A, 7B and BE. RGB value is (122,123,190). Sum of RGB (Red+Green+Blue) = 122+123+190=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A7BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7BBE is #858441. Grayscale: #828282. Windows color (decimal): -8750146 or 12483450. OLE color: 12483450.

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

Color convert

RGB122123190-
CMYK0.360.3500.25
HSL239.12º34.34%61.18%-
HSV(B)239.12º35.79%74.51%-
XYZ24.422.0251.68-
YUV130.34161.67122.05-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.05%
GREEN value IS 123 (48.44% from 255) = 28.28%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=28.05%
G=28.28%
B=43.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221231900.360.3500.25239.1234.3461.18
Hex7A7BBE2423019ef223d
Octal17217327644430313574275
Binary111101011110111011111010010010001101100111101111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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