#8679BB

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

Shades of Moody Blue #8679BB

Tints of Moody Blue #8679BB

Color information

#8679BB (or 0x8679BB) is unknown color: approx Moody Blue. HEX triplet: 86, 79 and BB. RGB value is (134,121,187). Sum of RGB (Red+Green+Blue) = 134+121+187=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #8679BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8679BB is #798644. Grayscale: #848484. Windows color (decimal): -7964229 or 12286342. OLE color: 12286342.

HSL color Cylindrical-coordinate representation of color #8679BB: hue angle of 251.82º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8679BB is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB134121187-
CMYK0.280.3500.27
HSL251.82º32.67%60.39%-
HSV(B)251.82º35.29%73.33%-
XYZ25.6422.3349.97-
YUV132.41158.81129.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.32%
GREEN value IS 121 (47.66% from 255) = 27.38%
BLUE value IS 187 (73.44% from 255) = 42.31%
R=30.32%
G=27.38%
B=42.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341211870.280.3500.27251.8232.6760.39
Hex8679BB1C2301Bfc213c
Octal20617127334430333744174
Binary100001101111001101110111110010001101101111111100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8679BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8679BB; }

 p { color: rgb(134,121,187); }

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

<style>
 a { background-color: #8679BB; }

 a { background-color: rgb(134,121,187); }

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

<style>
 span { border-color: #8679BB; }

 span { border-color: rgb(134,121,187); }

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