#7B68BC

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

Shades of Moody Blue #7B68BC

Tints of Moody Blue #7B68BC

Color information

#7B68BC (or 0x7B68BC) is unknown color: approx Moody Blue. HEX triplet: 7B, 68 and BC. RGB value is (123,104,188). Sum of RGB (Red+Green+Blue) = 123+104+188=415 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.64% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B68BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B68BC is #849743. Grayscale: #767676. Windows color (decimal): -8689476 or 12347515. OLE color: 12347515.

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

Color convert

RGB123104188-
CMYK0.350.4500.26
HSL253.57º38.53%57.25%-
HSV(B)253.57º44.68%73.73%-
XYZ22.217.7449.83-
YUV119.26166.79130.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.64%
GREEN value IS 104 (41.02% from 255) = 25.06%
BLUE value IS 188 (73.83% from 255) = 45.30%
R=29.64%
G=25.06%
B=45.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1231041880.350.4500.26253.5738.5357.25
Hex7B68BC232D01Afe2739
Octal17315027443550323764771
Binary111101111010001011110010001110110101101011111110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B68BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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