#7B6EBA

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

Shades of Moody Blue #7B6EBA

Tints of Moody Blue #7B6EBA

Color information

#7B6EBA (or 0x7B6EBA) is unknown color: approx Moody Blue. HEX triplet: 7B, 6E and BA. RGB value is (123,110,186). Sum of RGB (Red+Green+Blue) = 123+110+186=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B6EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6EBA is #849145. Grayscale: #7A7A7A. Windows color (decimal): -8687942 or 12217979. OLE color: 12217979.

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

Color convert

RGB123110186-
CMYK0.340.4100.27
HSL250.26º35.51%58.04%-
HSV(B)250.26º40.86%72.94%-
XYZ22.6118.9148.91-
YUV122.55163.81128.32-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.36%
GREEN value IS 110 (43.36% from 255) = 26.25%
BLUE value IS 186 (73.05% from 255) = 44.39%
R=29.36%
G=26.25%
B=44.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231101860.340.4100.27250.2635.5158.04
Hex7B6EBA222901Bfa243a
Octal17315627242510333724472
Binary111101111011101011101010001010100101101111111010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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