#7B68BA

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

Shades of Moody Blue #7B68BA

Tints of Moody Blue #7B68BA

Color information

#7B68BA (or 0x7B68BA) is unknown color: approx Moody Blue. HEX triplet: 7B, 68 and BA. RGB value is (123,104,186). Sum of RGB (Red+Green+Blue) = 123+104+186=413 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.78% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B68BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B68BA is #849745. Grayscale: #767676. Windows color (decimal): -8689478 or 12216443. OLE color: 12216443.

HSL color Cylindrical-coordinate representation of color #7B68BA: hue angle of 253.9º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B68BA is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB123104186-
CMYK0.340.4400.27
HSL253.9º37.27%56.86%-
HSV(B)253.9º44.09%72.94%-
XYZ21.9817.6648.7-
YUV119.03165.79130.83-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.78%
GREEN value IS 104 (41.02% from 255) = 25.18%
BLUE value IS 186 (73.05% from 255) = 45.04%
R=29.78%
G=25.18%
B=45.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231041860.340.4400.27253.937.2756.86
Hex7B68BA222C01Bfe2539
Octal17315027242540333764571
Binary111101111010001011101010001010110001101111111110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B68BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,104,186); }

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

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

 a { background-color: rgb(123,104,186); }

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

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

 span { border-color: rgb(123,104,186); }

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